mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 14:54:37 +08:00
14 lines
128 B
Plaintext
14 lines
128 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
. /opt/larch/session-save/shutdown2
|
||
|
|
||
|
checkse
|
||
|
|
||
|
autocheckse
|
||
|
|
||
|
if [ -n "${saving}" ]; then
|
||
|
exit 0
|
||
|
else
|
||
|
exit 1
|
||
|
fi
|