Skip to content

Commit 3c9d112

Browse files
fix: typo in fix_vh.sh (#3674)
Co-authored-by: Daniel Gibbs <[email protected]>
1 parent 07715b7 commit 3c9d112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/functions/fix_vh.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -f "${modsinstalledlistfullpath}" ]; then
1717
if ! grep -qE "^executable=\"./start_server_bepinex.sh\"" "${configdirserver}/${selfname}.cfg"
1818
then
1919
echo 'executable="./start_server_bepinex.sh"' >> "${configdirserver}/${selfname}.cfg"
20-
executeable="./start_server_bepinex.sh"
20+
executable="./start_server_bepinex.sh"
2121
fi
2222
fi
2323
fi

0 commit comments

Comments
 (0)