Skip to content
Snippets Groups Projects
Commit fbc140a9 authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Update get-config: added missing $ using variable CONFFILE

parent ea11901a
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ DEBUG=0
CONFFILE=/etc/sysconfig/labmanager
# Load configuration override if present:
if [ -e CONFFILE ]; then
if [ -e ${CONFFILE} ]; then
. ${CONFFILE}
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment