remove unused var

This commit is contained in:
Girish Ramakrishnan
2022-01-27 09:16:46 -08:00
parent a786fad3ee
commit ee3d1b3697
-2
View File
@@ -2,8 +2,6 @@
set -eu -o pipefail
readonly INFRA_VERSION_FILE=/home/yellowtent/platformdata/INFRA_VERSION
if [[ ${EUID} -ne 0 ]]; then
echo "This script should be run as root." > /dev/stderr
exit 1