Browse Source

Add newline

pull/648/head
billz 3 years ago
parent
commit
cfd26ae2bd
  1. 2
      installers/configport.sh

2
installers/configport.sh

@ -44,7 +44,7 @@ if [ -n "$server_bind" ]; then
echo "Changing lighttpd server.bind to $server_bind ..."
grep -q 'server.bind' "$lighttpd_conf" && \
sed -i "s/^\(server\.bind.*= \)\".*\"*/\1\"$server_bind\"/g" "$lighttpd_conf" || \
printf "server.bind \t\t\t\t = \"$server_bind\"" >> "$lighttpd_conf"
printf "server.bind \t\t\t\t = \"$server_bind\"\n" >> "$lighttpd_conf"
echo "RaspAP will now be available at address $server_bind"
conf_change=1
fi

Loading…
Cancel
Save