diff options
Diffstat (limited to 'bin/network_configuration.sh')
-rw-r--r-- | bin/network_configuration.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/network_configuration.sh b/bin/network_configuration.sh index 23368b2..8eb73f6 100644 --- a/bin/network_configuration.sh +++ b/bin/network_configuration.sh @@ -18,6 +18,11 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. +############################## +# network_configuration.sh # +############################## + + # Network Configuration touch /etc/hostname @@ -31,4 +36,3 @@ echo "::1 localhost" >> /etc/hosts echo "Network configuration done - OK" echo "" sleep 1 - |