Document some script + centralize script configuration
This commit is contained in:
parent
9a57642029
commit
96805a5e1b
7 changed files with 48 additions and 14 deletions
2
stop.sh
2
stop.sh
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Best way to stop the launch.sh script
|
||||
|
||||
touch /tmp/stop
|
||||
|
|
|
|||
Reference in a new issue