Getting this error for ATM 9


Recommended Posts

+ FORGE_VERSION=1.20.1-47.1.3
+ cd /data
+ [[ true = \f\a\l\s\e ]]
+ echo eula=true
+ [[ -f Server-Files-0.2.7.zip ]]
+ [[ -n -Xms2048m -Xmx4096m ]]
+ sed -i '/-Xm[s,x]/d' user_jvm_args.txt
sed: can't read user_jvm_args.txt: No such file or directory
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xms2048m' user_jvm_args.txt
sed: can't read user_jvm_args.txt: No such file or directory
+ for j in ${JVM_OPTS}
+ sed -i '$a\-Xmx4096m' user_jvm_args.txt
sed: can't read user_jvm_args.txt: No such file or directory
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ sed -i 's/server-port.*/server-port=25565/g' server.properties
sed: can't read server.properties: No such file or directory
+ chmod 755 run.sh
chmod: cannot access 'run.sh': No such file or directory
+ ./run.sh
/launch.sh: line 47: ./run.sh: No such file or directory

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.