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