mirror of
https://github.com/chiteroman/TrickyStore.git
synced 2025-07-17 15:29:32 +00:00
Minor module script improvements
This commit is contained in:
@@ -5,10 +5,7 @@ MODDIR=${0%/*}
|
||||
cd $MODDIR
|
||||
|
||||
(
|
||||
while [ true ]; do
|
||||
./daemon
|
||||
if [ $? -ne 0 ]; then
|
||||
exit 1
|
||||
fi
|
||||
while true; do
|
||||
./daemon || exit 1
|
||||
done
|
||||
) &
|
||||
|
||||
Reference in New Issue
Block a user