Commands reports corrections
This commit is contained in:
parent
6a403e0bab
commit
e121232b0b
1 changed files with 3 additions and 1 deletions
4
archfi
4
archfi
|
@ -137,7 +137,9 @@ chooseeditor(){
|
||||||
"${options[@]}" \
|
"${options[@]}" \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
if [ "$?" = "0" ]; then
|
if [ "$?" = "0" ]; then
|
||||||
|
echo "EDITOR=$sel"
|
||||||
EDITOR=$sel
|
EDITOR=$sel
|
||||||
|
pressanykey
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -969,7 +971,7 @@ archsettime(){
|
||||||
fi
|
fi
|
||||||
|
|
||||||
clear
|
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
|
ln -sf /usr/share/zoneinfo/$timezone /mnt/etc/localtime
|
||||||
pressanykey
|
pressanykey
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue