remove "-webgui"

pull/41/head
glen 3 years ago
parent d66f3f75eb
commit 62d9bc8f60

@ -10,7 +10,7 @@ require dhcp_server_identifier
slaac private slaac private
nohook lookup-hostname nohook lookup-hostname
# LabyrinthAP-WebGui wireless configuration # LabyrinthAP wireless configuration
{ {
interface wlan0 interface wlan0
static ip_address=10.3.141.1/24 static ip_address=10.3.141.1/24

@ -13,7 +13,7 @@
* @author TechnicalTumbleweed (Loki->Discord/Telegram) * @author TechnicalTumbleweed (Loki->Discord/Telegram)
* @license GNU General Public License, version 3 (GPL-3.0) * @license GNU General Public License, version 3 (GPL-3.0)
* @version 2.3 * @version 2.3
* @link https://github.com/necro-nemesis/LabyrinthAP-webgui * @link https://github.com/necro-nemesis/LabyrinthAP
*/ */
session_start(); session_start();

@ -159,7 +159,7 @@ function download_latest_files() {
fi fi
install_log "Cloning latest files from github" install_log "Cloning latest files from github"
git clone --depth 1 https://github.com/necro-nemesis/LabyrinthAP-webgui /tmp/raspap-webgui || install_error "Unable to download files from github" git clone --depth 1 https://github.com/necro-nemesis/LabyrinthAP /tmp/raspap-webgui || install_error "Unable to download files from github"
sudo mv /tmp/raspap-webgui $webroot_dir || install_error "Unable to move raspap-webgui to web root" sudo mv /tmp/raspap-webgui $webroot_dir || install_error "Unable to move raspap-webgui to web root"
} }

Loading…
Cancel
Save