Fix syntax error

This commit is contained in:
patvdv 2015-08-22 19:03:36 +02:00
parent 1372b78ea0
commit d077d8f213

View File

@ -55,7 +55,7 @@ MY_VRF="1.2.0"
# name of the global configuration file (script) # name of the global configuration file (script)
GLOBAL_CONFIG_FILE="manage_sudo.conf" GLOBAL_CONFIG_FILE="manage_sudo.conf"
# name of the local configuration file (script) # name of the local configuration file (script)
LOCAL_CONFIG_FILE="manage_sudonf.local" LOCAL_CONFIG_FILE="manage_sudo.conf.local"
# location of temporary working storage # location of temporary working storage
TMP_DIR="/var/tmp" TMP_DIR="/var/tmp"
# ------------------------- CONFIGURATION ends here --------------------------- # ------------------------- CONFIGURATION ends here ---------------------------