mirror of
https://github.com/tteck/Proxmox.git
synced 2025-10-09 23:56:16 +00:00
Update filebrowser-v3.sh
don't show Docker IP
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
IP=$(hostname -I | awk '{print $1}')
|
||||||
YW=`echo "\033[33m"`
|
YW=`echo "\033[33m"`
|
||||||
BL=`echo "\033[36m"`
|
BL=`echo "\033[36m"`
|
||||||
RD=`echo "\033[01;31m"`
|
RD=`echo "\033[01;31m"`
|
||||||
@@ -86,4 +87,4 @@ msg_ok "Created Service"
|
|||||||
|
|
||||||
msg_ok "Completed Successfully!\n"
|
msg_ok "Completed Successfully!\n"
|
||||||
echo -e "${APP} should be reachable by going to the following URL.
|
echo -e "${APP} should be reachable by going to the following URL.
|
||||||
${BL}http://$(hostname -I):8080${CL} \n"
|
${BL}http://$IP:8080${CL} \n"
|
||||||
|
Reference in New Issue
Block a user