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)