6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
if $if_up; then
|
||
|
chronyc online
|
||
|
elif $if_down; then
|
||
|
chronyc offline
|
||
|
fi
|