From 5eba4ae907b4ca73af66f101b37a45159874e609 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 May 2019 00:06:21 -0600 Subject: [PATCH] func svcSeafile: removed duplicate warnings --- backup.sh | 6 ------ 1 file changed, 6 deletions(-) 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" \