Update nginx-proxy-manager-v4.sh

This commit is contained in:
tteckster 2022-08-05 12:55:38 -04:00 committed by GitHub
parent 47a76e6977
commit 978af4df27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ echo -e "Loading..."
APP="Nginx Proxy Manager"
var_disk="3"
var_cpu="1"
var_ram="1048"
var_ram="1024"
var_os="debian"
var_version="11"
NSAPP=$(echo ${APP,,} | tr -d ' ')