Skip to content

Commit bb3b29c

Browse files
systemd need exit 0
1 parent 3c7002c commit bb3b29c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

automysqlbackup

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2261,4 +2261,5 @@ elif (( $# == 0 )) && (( ${#opt_flags[@]} == 0 )); then
22612261
method_backup
22622262
fi
22632263

2264-
# END __main
2264+
# END __main
2265+
exit 0 #systemd need exit 0

0 commit comments

Comments
 (0)