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"
|
||||
exit
|
||||
elif [[ "$tz" == "CDT" ]]; then
|
||||
echo "Changing to Eastern Daylight Time timezone"
|
||||
ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime
|
||||
echo "Changed to Eastern Daylight Time timezone"
|
||||
elif [[ "$tz" == "EDT" ]]; then
|
||||
echo "Changing to Central timezone"
|
||||
ln -sf /usr/share/zoneinfo/US/Central /etc/localtime
|
||||
echo "Changed to Central timezone"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user