Motd: Fix BackupPC test for server only
This commit is contained in:
parent
eb38ecbe6f
commit
b2c77924cd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue