Skip to content

Commit f7127bc

Browse files
codeacy
1 parent 4b4cd47 commit f7127bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linuxgsm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ if [ "${shortname}" == "core" ]; then
368368

369369
# LinuxGSM server mode.
370370
else
371-
path="$(dirname $(readlink -f $0))/`basename $0`"
371+
path="$(dirname $(readlink -f $0))/$(basename $0)"
372372
core_functions.sh
373373
if [ "${shortname}" != "core-dep" ]; then
374374
# Load LinuxGSM configs.

0 commit comments

Comments
 (0)