mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
typo fix in tz var
This commit is contained in:
parent
c27cf2b535
commit
f6c1b87738
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
tz=$(date "+"%Z")
|
tz=$(date "+%Z")
|
||||||
|
|
||||||
if (( $EUID != 0 )); then
|
if (( $EUID != 0 )); then
|
||||||
echo "Please run as root"
|
echo "Please run as root"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user