From f012e5a150d7564b39bf2f53f76275f90aa256ee Mon Sep 17 00:00:00 2001 From: Kanish R Date: Thu, 1 Jan 2026 02:15:59 +0530 Subject: [PATCH] user management commands automated --- jconf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jconf b/jconf index 0128324..1521755 100644 --- a/jconf +++ b/jconf @@ -47,10 +47,6 @@ case "$cmd" in if [ "$exist" -eq 1 ]; then echo "$2 user already exists" else - # Source - https://stackoverflow.com/a - # Posted by Myrddin Emrys, modified by community. See post 'Timeline' for change history - # Retrieved 2026-01-01, License - CC BY-SA 4.0 - while true; do read -p "Do you want to create an user account $2 [Y/n]:" yn case $yn in