mirror of
https://gitlab.manjaro.org/applications/manjaro-architect
synced 2024-11-08 01:10:26 +00:00
set_timezone() fix symlink creation
This commit is contained in:
parent
4f4ca6a3dd
commit
60d523e67f
@ -77,7 +77,7 @@ set_timezone() {
|
||||
DIALOG " $_ConfBseTimeHC " --yesno "$_TimeZQ ${ZONE}/${SUBZONE}?" 0 0
|
||||
|
||||
if [[ $? -eq 0 ]]; then
|
||||
arch_chroot "ln -s /usr/share/zoneinfo/posix/${ZONE}/${SUBZONE} /etc/localtime" 2>$ERR
|
||||
arch_chroot "ln -sf /usr/share/zoneinfo/posix/${ZONE}/${SUBZONE} /etc/localtime" 2>$ERR
|
||||
check_for_error "$FUNCNAME" "$?"
|
||||
else
|
||||
config_base_menu
|
||||
|
Loading…
Reference in New Issue
Block a user