Skip to content

Commit 63865ca

Browse files
authored
Update ss-functions.txt
1 parent 0476ef7 commit 63865ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎bash/ss-functions.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1678,9 +1678,9 @@ function ss_reload {
16781678
command systemctl reload "$1".service
16791679
}
16801680

1681-
## ss_restart ##
1681+
## ss_restart (suppress "Restarting" messages) ##
16821682
function ss_restart {
1683-
command /etc/init.d/"$1" restart
1683+
command /etc/init.d/"$1" restart > /dev/null
16841684
}
16851685

16861686
## ss_rm ##

0 commit comments

Comments
 (0)