- Joined
- May 10, 2018
- Messages
- 142
- Reaction score
- 13
- Location
- Spain
- Website
- 9hitspoints.tk
- Achievement
-
I tryed put 9h_start.sh on rc.local
And on init.d
Obviously I changed the script to the full direction:
-----------
#!/bin/bash
BASEDIR=/home/mauro/Desktop/9HitsViewer_x64
cd "${BASEDIR}"
...
-----------
It open when I run it but not auto run when I restart system.
Any help?
And on init.d
Obviously I changed the script to the full direction:
-----------
#!/bin/bash
BASEDIR=/home/mauro/Desktop/9HitsViewer_x64
cd "${BASEDIR}"
...
-----------
It open when I run it but not auto run when I restart system.
Any help?