Skip to content

Commit

Permalink
whitspace fix
Browse files Browse the repository at this point in the history
whitspace fix
  • Loading branch information
sulincix authored Jul 31, 2024
1 parent 0f932dd commit f52083c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions init.d/hostname.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ start()
return 0
fi
ebegin "Setting hostname to $h from $source"
case "$RC_UNAME" in
case "$RC_UNAME" in
Linux) echo "$h" > /proc/sys/kernel/hostname ;;
*) hostname "$h" ;;
*) hostname "$h" ;;
esac

eend $? "Failed to set the hostname"
}

0 comments on commit f52083c

Please sign in to comment.