Add else statement

Signed-off-by: Christian König <ckoenig@posteo.de>
pull/3859/head
Christian König 4 years ago
parent ec5183b553
commit 70c48afc04

@ -953,6 +953,8 @@ ftl_full_status(){
if command -v systemctl &> /dev/null; then
FTL_status=$(systemctl status --full --no-pager pihole-FTL.service)
log_write " ${FTL_status}"
else
log_write "${INFO} systemctl: command not found"
fi
}

Loading…
Cancel
Save