Petey Pablo Posted April 21, 2020 Posted April 21, 2020 (edited) Good day rA community! I just want to ask how to create the login.sh, char.sh and map.sh to vnc server? Anyone can help me? im having a problem with this error on running start Start.Desktop on my vnc This is my Start.Desktop script [Desktop Entry] Version=1.0 Encoding=UTF-8 Name=Start rAthena Type=Application Terminal=false Exec=/usr/share/test/scripts/start_server.sh Icon=/usr/share/test/img/ragnarok.png This is the start.server.sh #!/bin/sh TEST_DIR=/usr/share/test xterm -title "Login Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_login_server.sh & sleep 1 xterm -title "Char Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_char_server.sh & sleep 1 xterm -title "Map Server" -bg black -fg white -hold -e $TEST_DIR/scripts/start_map_server.sh & This is the login, char and map #!/bin/sh cd /root/Desktop/rAthena ./login-server #!/bin/sh cd /root/Desktop/rAthena ./char-server #!/bin/sh cd /root/Desktop/rAthena ./map-server Thank you Edited April 21, 2020 by Petey Pablo Quote
Question
Petey Pablo
Good day rA community! I just want to ask how to create the login.sh, char.sh and map.sh to vnc server? Anyone can help me? im having a problem with this error on running start Start.Desktop on my vnc
This is my Start.Desktop script
This is the start.server.sh
This is the login, char and map
#!/bin/sh cd /root/Desktop/rAthena ./char-server
#!/bin/sh cd /root/Desktop/rAthena ./map-server
Thank you
Edited by Petey Pablo0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.