We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4cd47 commit f7127bcCopy full SHA for f7127bc
linuxgsm.sh
@@ -368,7 +368,7 @@ if [ "${shortname}" == "core" ]; then
368
369
# LinuxGSM server mode.
370
else
371
- path="$(dirname $(readlink -f $0))/`basename $0`"
+ path="$(dirname $(readlink -f $0))/$(basename $0)"
372
core_functions.sh
373
if [ "${shortname}" != "core-dep" ]; then
374
# Load LinuxGSM configs.
0 commit comments