This commit is contained in:
CanbiZ
2025-05-20 09:27:27 +02:00
2 changed files with 7 additions and 6 deletions

View File

@@ -299,6 +299,7 @@ exit_script() {
}
write_config() {
mkdir -p /opt/community-scripts
# This function writes the configuration to a file.
if whiptail --backtitle "[dev] Proxmox VE Helper Scripts" --defaultno --title "Write configfile" --yesno "Do you want to write the selections to a config file?" 10 60; then
FILEPATH="/opt/community-scripts/${NSAPP}.conf"