diff --git a/install_debian_easy.sh b/install_debian_easy.sh index cbe8e1c..7803704 100755 --- a/install_debian_easy.sh +++ b/install_debian_easy.sh @@ -56,9 +56,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) diff --git a/uninstall_debian_easy.sh b/uninstall_debian_easy.sh index 1eb0499..1a34ac5 100755 --- a/uninstall_debian_easy.sh +++ b/uninstall_debian_easy.sh @@ -40,8 +40,8 @@ script_mode=Y cmp -s $INIT_SCRIPT $INIT_SCRIPT_SRC || { echo $INIT_SCRIPT already exists and differs from $INIT_SCRIPT_SRC - echo Y = remove it - echo L = leave it + echo Y = remove it + echo L = leave it read script_mode } if [ "$script_mode" = "Y" ] || [ "$script_mode" = "y" ]; then