don't redirect to dev/null (not needed)

This commit is contained in:
Matheson Steplock 2023-10-04 13:42:01 -04:00 committed by GitHub
parent 9eb098a8de
commit 2f03e2141a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,7 @@ fi
# Start nfs-utils.service for nfs mounts # Start nfs-utils.service for nfs mounts
if [ "$(systemctl is-active nfs-utils.service)" = 'inactive' ]; then if [ "$(systemctl is-active nfs-utils.service)" = 'inactive' ]; then
info "Start nfs-utils.service" info "Start nfs-utils.service"
systemctl start nfs-utils.service> /dev/null systemctl start nfs-utils.service
fi fi
# Restart Docker service # Restart Docker service