4 lines
78 B
Plaintext
4 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
mkdir -p `grep "^ntp:" /etc/passwd | cut -d: -f6`
|
||
|
/usr/sbin/ntpd -s
|