change service to only run once

This commit is contained in:
Hendrik Schutter 2020-05-12 10:44:37 +02:00
parent 9bbdee00e8
commit 520d1e98fc
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ bash /root/alert.sh start > /dev/null 2>&1 &
}
start() {
bash /root/alert.sh > /dev/null 2>&1 &
bash /root/alert.sh start > /dev/null 2>&1 &
}