We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d39c351 commit 5bcdc77Copy full SHA for 5bcdc77
1 file changed
piratebox_origin/piratebox/piratebox/bin/install_piratebox.sh
@@ -151,7 +151,7 @@ if [ $2 = "flush_dns_reg" ] ; then
151
echo "Installed crontab for flushing dnsmasq requlary"
152
fi
153
154
-set_Hostname() {
+set_hostname() {
155
local name=$1 ; shift;
156
157
sed "s|#####HOST#####|$name|g" $PIRATEBOX_FOLDER/src/redirect.html.schema > $WWW_FOLDER/redirect.html
0 commit comments