mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
updated echo statement
This commit is contained in:
parent
f6c1b87738
commit
01e84cf0a1
@ -6,10 +6,10 @@ if (( $EUID != 0 )); then
|
|||||||
echo "Please run as root"
|
echo "Please run as root"
|
||||||
exit
|
exit
|
||||||
elif [[ "$tz" == "CDT" ]]; then
|
elif [[ "$tz" == "CDT" ]]; then
|
||||||
echo "Changing to Eastern Daylight Time timezone"
|
|
||||||
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
|
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||||
|
echo "Changed to Eastern Daylight Time timezone"
|
||||||
elif [[ "$tz" == "EDT" ]]; then
|
elif [[ "$tz" == "EDT" ]]; then
|
||||||
echo "Changing to Central timezone"
|
|
||||||
ln -sf /usr/share/zoneinfo/US/Central /etc/localtime
|
ln -sf /usr/share/zoneinfo/US/Central /etc/localtime
|
||||||
|
echo "Changed to Central timezone"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user