From b648651ad8adc60a2cbe250ab8c4bdf82f01071a Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Thu, 3 Apr 2025 17:23:21 -0700 Subject: [PATCH] .add init confirm --- linuxconf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linuxconf b/linuxconf index 8bc24ac..67f7d04 100755 --- a/linuxconf +++ b/linuxconf @@ -251,7 +251,7 @@ if [[ "$subcommand" != register ]] && [[ "$subcommand" != "" ]]; then [[ ! -f /etc/linuxconf.conf ]] && lcf_die "Please run '$0 register <path/to/masterconf.sh>' at least once" fi if [[ "$subcommand" = register ]]; then - lcf_echo2 "Confirm linuxconf init at $(dirname "$(realpath "$2")") ? Make sure all (desired) user have read access!" + lcf_echo2 "Confirm linuxconf init as $(whoami) at $(dirname "$(realpath "$2")") ? Make sure all (desired) user have read access!" read -p "Confirm ? " || exit 0 lci_register "$2" lci_install_startup_hook || lcf_die "failed to install on_startup hook" -- GitLab