[modify] remove calibre & jekyll things to old/, and change the name and content of shutdown.sh
This commit is contained in:
9
update/sysmngt.sh
Normal file
9
update/sysmngt.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# code=`cat /opt/wd/99-Temp/shutdown.txt`
|
||||
|
||||
if [[ -f "/opt/wd/99-Temp/shutdown" ]]; then
|
||||
poweroff
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user