From 6c199a230740626b032c947f2a3bf73f214ae8d6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:32:36 +0100 Subject: [PATCH] Update debian.sh --- ct/debian.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ct/debian.sh b/ct/debian.sh index d61d26b76..51cd837ef 100644 --- a/ct/debian.sh +++ b/ct/debian.sh @@ -6,13 +6,13 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/ # Source: https://www.debian.org/ APP="Debian" -var_tags="os" -var_cpu="1" -var_ram="512" -var_disk="2" -var_os="debian" -var_version="12" -var_unprivileged="1" +var_tags="${var_tags:-os}" +var_cpu="${var_cpu:-1}" +var_ram="${var_ram:-512}" +var_disk="${var_disk:-2}" +var_os="${var_os:-debian}" +var_version="${var_version:-12}" +var_unprivileged="${var_unprivileged:-1}" header_info "$APP" variables @@ -39,4 +39,4 @@ build_container description msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" \ No newline at end of file +echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"