mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Merge pull request #1335 from ldevillez/master
missing = in install script
This commit is contained in:
commit
b70bce0d7b
@ -278,7 +278,7 @@ function _load_installer() {
|
|||||||
_install_minwrite || _install_status 1 "Unable to execute minimal write install"
|
_install_minwrite || _install_status 1 "Unable to execute minimal write install"
|
||||||
elif [ "${uninstall}" = 1 ]; then
|
elif [ "${uninstall}" = 1 ]; then
|
||||||
source="uninstall"
|
source="uninstall"
|
||||||
component"Uninstall"
|
component="Uninstall"
|
||||||
wget "${header[@]}" -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}.sh
|
wget "${header[@]}" -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}.sh
|
||||||
source /tmp/raspap_${source}.sh && rm -f /tmp/raspap_${source}.sh
|
source /tmp/raspap_${source}.sh && rm -f /tmp/raspap_${source}.sh
|
||||||
_remove_raspap || _install_status 1 "Unable to uninstall RaspAP"
|
_remove_raspap || _install_status 1 "Unable to uninstall RaspAP"
|
||||||
@ -292,4 +292,3 @@ function _load_installer() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
_main "$@"
|
_main "$@"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user