correct start-daemon shebang
This commit is contained in:
parent
1daf410f8b
commit
a03d0268a8
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/bash
|
||||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
echo "starting Onionr daemon..."
|
||||
echo "run onionr.sh stop to stop the daemon, or onionr.sh start to get output"
|
||||
exec nohup ./onionr.sh start > /dev/null 2>&1 & disown
|
||||
exec nohup ./onionr.sh start > /dev/null 2>&1 & disown
|
||||
|
Loading…
Reference in New Issue
Block a user