diff --git a/scripts/core/sxmo_migrate.sh b/scripts/core/sxmo_migrate.sh index 1706a9c..d49ebf2 100644 --- a/scripts/core/sxmo_migrate.sh +++ b/scripts/core/sxmo_migrate.sh @@ -18,7 +18,7 @@ defaultconfig() { ( printf "\e[31mThe file \e[32m%s\e[31m differs\e[0m\n" "$2" smartdiff -ud "$2" "$1" - ) | less -RXF + ) | less -RF printf "\e[33mDo you want to apply the default? [y/N]\e[0m " read -r reply < /dev/tty if [ "y" = "$reply" ]; then