You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Jellyfin is a free and open-source media server and suite of multimedia applications designed to organize, manage, and share digital media files to networked devices.",
"description": "TurnKey Nextcloud is an open-source file sharing server and collaboration platform that can store your personal content, like documents and pictures, in a centralized location.",
if whiptail --backtitle "Proxmox VE Helper Scripts" --title "TurnKey-ownCloud VM" --yesno "This will create a New TurnKey-ownCloud VM. Proceed?" 10 58;then
62
+
if whiptail --backtitle "Proxmox VE Helper Scripts" --title "$NAME" --yesno "This will create a New $NAME. Proceed?" 10 58;then
63
63
:
64
64
else
65
65
header_info &&echo -e "⚠ User exited script \n"&&exit
@@ -154,7 +154,7 @@ function default_settings() {
154
154
echo -e "${DGN}Using VLAN: ${BGN}Default${CL}"
155
155
echo -e "${DGN}Using Interface MTU Size: ${BGN}Default${CL}"
156
156
echo -e "${DGN}Start VM when completed: ${BGN}no${CL}"
157
-
echo -e "${BL}Creating a TurnKey ownCloud VM using the above default settings${CL}"
157
+
echo -e "${BL}Creating a $NAME using the above default settings${CL}"
158
158
}
159
159
160
160
functionadvanced_settings() {
@@ -313,8 +313,8 @@ function advanced_settings() {
313
313
START_VM="no"
314
314
fi
315
315
316
-
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create a TurnKey ownCloud VM?" --no-button Do-Over 10 58);then
317
-
echo -e "${RD}Creating a TurnKey ownCloud VM using the above advanced settings${CL}"
316
+
if (whiptail --backtitle "Proxmox VE Helper Scripts" --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create a $NAME?" --no-button Do-Over 10 58);then
317
+
echo -e "${RD}Creating a $NAME using the above advanced settings${CL}"
0 commit comments