From a2653f741df3bda4c2f85552d6b4dfd7c36af59b Mon Sep 17 00:00:00 2001 From: Peter John Hartman Date: Wed, 30 Jun 2021 11:47:39 -0500 Subject: [PATCH] I removed -X from less call. This is not in busybox less. Signed-off-by: Stacy Harper --- scripts/core/sxmo_migrate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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