StudioEtrange
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
lgsm/functions/fix_vh.sh
|
|
@ -17,7 +17,7 @@ if [ -f "${modsinstalledlistfullpath}" ]; then |
|
|
|
if ! grep -qE "^executable=\"./start_server_bepinex.sh\"" "${configdirserver}/${selfname}.cfg" |
|
|
|
then |
|
|
|
echo 'executable="./start_server_bepinex.sh"' >> "${configdirserver}/${selfname}.cfg" |
|
|
|
executeable="./start_server_bepinex.sh" |
|
|
|
executable="./start_server_bepinex.sh" |
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|