4 lines
88 B
Text
4 lines
88 B
Text
|
#!/bin/sh
|
||
|
NTPSTRATUMFILE="/var/run/aiccu_ntp_stratum"
|
||
|
echo $stratum > "$NTPSTRATUMFILE"
|