From e121232b0b3415b3afa76e2d97a3bb837edbbce5 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 14 May 2016 16:06:23 +0200 Subject: [PATCH] Commands reports corrections --- archfi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archfi b/archfi index c9ebfb0..4097e9d 100644 --- a/archfi +++ b/archfi @@ -137,7 +137,9 @@ chooseeditor(){ "${options[@]}" \ 3>&1 1>&2 2>&3) if [ "$?" = "0" ]; then + echo "EDITOR=$sel" EDITOR=$sel + pressanykey fi } @@ -969,7 +971,7 @@ archsettime(){ fi clear - echo "ln -sf /usr/share/zoneinfo/$timezone /mnt/etc/localtime" + echo "ln -sf /mnt/usr/share/zoneinfo/$timezone /mnt/etc/localtime" ln -sf /usr/share/zoneinfo/$timezone /mnt/etc/localtime pressanykey