Files
webgui/emhttp/plugins/dynamix/scripts/update_services
T
2023-06-23 23:53:49 +02:00

9 lines
157 B
Bash
Executable File

#!/bin/bash
job=/tmp/wgjob.tmp
reload=/usr/local/emhttp/webGui/scripts/reload_services
rm -f $job
echo "sleep 5;$reload $job"|at -M now 2>/dev/null
exit 0