don't redirect to dev/null (not needed)
This commit is contained in:
parent
9eb098a8de
commit
2f03e2141a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ fi
|
|||
# Start nfs-utils.service for nfs mounts
|
||||
if [ "$(systemctl is-active nfs-utils.service)" = 'inactive' ]; then
|
||||
info "Start nfs-utils.service"
|
||||
systemctl start nfs-utils.service> /dev/null
|
||||
systemctl start nfs-utils.service
|
||||
fi
|
||||
|
||||
# Restart Docker service
|
||||
|
|
Loading…
Reference in a new issue