Update proxmenu-scripts.sh
This commit is contained in:
@@ -63,7 +63,7 @@ INSTALL_RMM() {
|
|||||||
read -e RMMURL
|
read -e RMMURL
|
||||||
wget "${RMMURL}" -O /tmp/rmminstall
|
wget "${RMMURL}" -O /tmp/rmminstall
|
||||||
TOKEN="TOKEN=$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')"
|
TOKEN="TOKEN=$(echo ${RMMURL} | awk -F 'TKN' '{print $2}' | awk -F '/RUN' '{print $1}')"
|
||||||
$(${TOKEN} bash /tmp/rmminstall)
|
${TOKEN} bash /tmp/rmminstall
|
||||||
rm -f /tmp/rmminstall
|
rm -f /tmp/rmminstall
|
||||||
|
|
||||||
echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}"
|
echo -e "\n${idsCL[Green]}RMM has been installed${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user