4 lines
112 B
Bash
4 lines
112 B
Bash
#! /bin/sh
|
|
|
|
echo "${SCHEDULE} sh nsupdate.sh" >> /etc/crontabs/root
|
|
crond -l 2 -f > /dev/stdout 2> /dev/stderr & |