typo fix in tz var

This commit is contained in:
Vlad Doster 2020-04-02 03:22:37 -04:00 committed by GitHub
parent c27cf2b535
commit f6c1b87738
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
#!/bin/sh
tz=$(date "+"%Z")
tz=$(date "+%Z")
if (( $EUID != 0 )); then
echo "Please run as root"