This commit is contained in:
Yawasau
2024-06-25 18:23:29 +08:00
parent 93e437ec02
commit c670acaa4d
6 changed files with 125 additions and 73 deletions

View File

@@ -3,6 +3,7 @@ if [ -f "${0%/*}/tools/tools.sh" ]; then
MODDIR="${0%/*}"
operate="backup"
conf_path="${0%/*}/backup_settings.conf"
[ ! -f "${0%/*}/backup_settings.conf" ] && . "${0%/*}/tools/tools.sh"
case $(grep -o 'background_execution=.*' "$conf_path" | awk -F '=' '{print $2}') in
0)
notification=false