4 lines
88 B
Plaintext
4 lines
88 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
test -f /var/run/reboot-required -a ! -f /etc/cosmos-manual-reboot && reboot
|