mirror of
https://github.com/nsacyber/HIRS.git
synced 2025-04-07 19:34:27 +00:00
Bash if statement with syntax error: exclamation mark was outside of []
This commit is contained in:
parent
d8da232d6b
commit
04471c9653
@ -40,6 +40,6 @@ DEFAULT_SITE_CONFIG_FILE
|
||||
fi
|
||||
ln -s -f /etc/hirs/provisioner/hirs-provisioner.sh /usr/sbin/hirs-provisioner
|
||||
|
||||
if ! [ -f "set_tcg_properties.sh" ]; then
|
||||
if [ ! -f "set_tcg_properties.sh" ]; then
|
||||
sh ./set_tcg_properties.sh
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user