Skip to content

Commit

Permalink
Release v21.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Mar 15, 2021
1 parent a554554 commit 532443e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ else
eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/common.cfg")"
elif grep -qE "^[[:blank:]]*preexecutable=" "${configdirserver}/_default.cfg"; then
eval preexecutable="$(sed -nr 's/^ *preexecutable=(.*)$/\1/p' "${configdirserver}/_default.cfg")"

fi

# For legacy configs that still use parms= 15.03.21
if grep -qE "^[[:blank:]]*parms=" "${configdirserver}/secrets-${selfname}.cfg"; then
eval parms="$(sed -nr 's/^ *parms=(.*)$/\1/p' "${configdirserver}/secrets-${selfname}.cfg")"
Expand Down

0 comments on commit 532443e

Please sign in to comment.