Skip to content
Snippets Groups Projects
Commit 0acf5cf8 authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

added hostname script for udhcpc

parent 32fb4686
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
if [ -n ${hostname} ];
then
hostname ${hostname}
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment