Motd: Fix BackupPC test for server only

This commit is contained in:
gardouille 2021-03-15 16:13:39 +01:00
parent eb38ecbe6f
commit b2c77924cd
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ fi
## ]]] ## ]]]
## WEB APPS [[[ ## WEB APPS [[[
### IF BACKUPPC [[[ ### IF BACKUPPC [[[
if [ -d "/var/lib/backuppc" ]; then if [ -d "/var/lib/backuppc/pc" ]; then
MSG=$(process_info "backuppc" '') MSG=$(process_info "backuppc" '')
printf '%b' "\\n${MSG}" printf '%b' "\\n${MSG}"
fi fi