main/dhcp: use /bin/sh instead of bash in client-script
The script seems to be posix shell compatible so we only need to change the shebang to #!/bin/sh This way we avoid the bash dependency
Please register or sign in to comment
The script seems to be posix shell compatible so we only need to change the shebang to #!/bin/sh This way we avoid the bash dependency