Files
webgui/emhttp/plugins/dynamix/scripts/update_services

9 lines
157 B
Bash

#!/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