6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/bin/sh
|
|
# Release the time change lock
|
|
rm -f /var/bewan/lock/time
|
|
# Signal DHCP server to update leases
|
|
killall -ALRM dnsmasq 2>/dev/null
|