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