mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
missing =
This commit is contained in:
parent
6a295d46b8
commit
ac08a2cfaf
1 changed files with 2 additions and 3 deletions
|
@ -96,7 +96,7 @@ function _parse_params() {
|
|||
upgrade=1
|
||||
;;
|
||||
-i|--insiders)
|
||||
insiders=1
|
||||
insiders=1
|
||||
;;
|
||||
-m|--minwrite)
|
||||
minwrite=1
|
||||
|
@ -278,7 +278,7 @@ function _load_installer() {
|
|||
_install_minwrite || _install_status 1 "Unable to execute minimal write install"
|
||||
elif [ "${uninstall}" = 1 ]; then
|
||||
source="uninstall"
|
||||
component"Uninstall"
|
||||
component="Uninstall"
|
||||
wget "${header[@]}" -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}.sh
|
||||
source /tmp/raspap_${source}.sh && rm -f /tmp/raspap_${source}.sh
|
||||
_remove_raspap || _install_status 1 "Unable to uninstall RaspAP"
|
||||
|
@ -292,4 +292,3 @@ function _load_installer() {
|
|||
}
|
||||
|
||||
_main "$@"
|
||||
|
||||
|
|
Loading…
Reference in a new issue