Skip to content

Commit 5bcdc77

Browse files
committed
fix for calling change hostname service
1 parent d39c351 commit 5bcdc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

piratebox_origin/piratebox/piratebox/bin/install_piratebox.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ if [ $2 = "flush_dns_reg" ] ; then
151151
echo "Installed crontab for flushing dnsmasq requlary"
152152
fi
153153

154-
set_Hostname() {
154+
set_hostname() {
155155
local name=$1 ; shift;
156156

157157
sed "s|#####HOST#####|$name|g" $PIRATEBOX_FOLDER/src/redirect.html.schema > $WWW_FOLDER/redirect.html

0 commit comments

Comments
 (0)