From bcdd46c0ec3bea1f4772b4bf309916c2ff889a04 Mon Sep 17 00:00:00 2001 From: bolvan Date: Sat, 4 May 2019 15:06:44 +0300 Subject: [PATCH] generalize easy script for any systemd system --- install_easy.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install_easy.sh b/install_easy.sh index 8b04908..e616085 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -67,9 +67,9 @@ script_mode=Y cmp -s $INIT_SCRIPT $INIT_SCRIPT_SRC || { echo $INIT_SCRIPT already exists and differs from $INIT_SCRIPT_SRC - echo Y = overwrite with new version - echo N = exit - echo L = leave current version and continue + echo Y = overwrite with new version + echo N = exit + echo L = leave current version and continue read script_mode case "${script_mode}" in Y|y|L|l)