[Bug]: ServerStart.sh file is not correctly conifgured -Included solution
jackeoqvist opened this issue ยท 1 comments
General Info
- I can reproduce this issue consistently in single-player
- I can reproduce this issue consistently in multi-player
- I have searched for this issue previously and it was either (1) not previously reported, or (2) previously fixed and I am having the same problem.
- I am crashing and can provide my crash report(s)
- I am using the latest version of the modpack
Modpack version
1.0.1
Java version
Java 8 Update 301
Modpack Launcher Used
CurseForge
Memory Allocated
10 GB
Minecraft World Environment
Server
Misc Client Info
- Optifine Installed
- Shaders Installed
Server Java Version
Java 14
Server Operating System
Linux
Misc Server Info
- Sponge or Non-Vanilla Forge Server
Issue Description
The word function needs to be removed. At Line 4.
#!/bin/sh
# Dirty fake "pause" method to hold the command window open.
function pause(){
read -s -n 1 -p "Press any key to continue . . ."
echo ""
}
Additional Information
No response