From: Steven Baltakatei Sandoval Date: Wed, 1 Jul 2020 17:49:38 +0000 (+0000) Subject: chore(unitproc):setTimeZoneEV: Update depends info X-Git-Tag: 0.2.0~16 X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/00e89a7caee7337af8480c38452c95e2afd9e087 chore(unitproc):setTimeZoneEV: Update depends info --- diff --git a/unitproc/bktemp-setTimeZoneEV b/unitproc/bktemp-setTimeZoneEV index 6933752..5c780ce 100644 --- a/unitproc/bktemp-setTimeZoneEV +++ b/unitproc/bktemp-setTimeZoneEV @@ -14,7 +14,8 @@ setTimeZoneEV(){ # exit code 0 on success # exit code 1 on incorrect number of arguments # exit code 2 if unable to validate arg1 - # Depends: yell, die, try + # Depends: yell, printenv, bash 5 + # Tested on: Debian 10 ARG1="$1" local tzDir returnState if ! [[ $# -eq 1 ]]; then