diff --git a/backup.sh b/backup.sh index 562d596..632d1e1 100755 --- a/backup.sh +++ b/backup.sh @@ -209,17 +209,11 @@ function svcSeafile { # force stop seahub if [ $pidShub ]; then pkill -f "seahub" - echo -e "${warn}[$(stamp)] -- [WARN] Could NOT stop" \ - "Seahub normally (forced stop) --${normal}" \ - >> "$logFile" exitWarn+=("[$(stamp)]_101") fi # force stop seafile if [ $pidSeaf ]; then pkill -f seafile-controller - echo -e "${warn}[$(stamp)] -- [WARN] Could NOT stop" \ - "Seafile normally (forced stop) --${normal}" \ - >> "$logFile" exitWarn+=("[$(stamp)]_101") fi echo -e "${info}[$(stamp)] -- [INFO] Seafile services stopped" \