mirror of https://github.com/tteck/Proxmox.git
Increasing download and setting proper default port
This commit is contained in:
parent
2c80992e45
commit
a261062472
|
@ -22,7 +22,7 @@ echo -e "Loading..."
|
||||||
APP="Fooocus"
|
APP="Fooocus"
|
||||||
var_disk="24"
|
var_disk="24"
|
||||||
var_cpu="4"
|
var_cpu="4"
|
||||||
var_ram="8192"
|
var_ram="9216"
|
||||||
var_os="debian"
|
var_os="debian"
|
||||||
var_version="12"
|
var_version="12"
|
||||||
variables
|
variables
|
||||||
|
@ -98,4 +98,4 @@ description
|
||||||
|
|
||||||
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://${IP}:80${CL} \n"
|
${BL}http://${IP}:7865${CL} \n"
|
||||||
|
|
Loading…
Reference in New Issue