fix: remove extra parenthesis

This commit is contained in:
AJ Schroeder
2024-07-15 20:42:10 -05:00
parent 0f46302697
commit 5842190182

View File

@@ -359,7 +359,7 @@ menu_option_11() {
echo "Done." echo "Done."
} }
menu_option_12()) { menu_option_12() {
INPUT_PATH="$SCRIPT_PATH"/builds/linux/ubuntu/24-04-lts/ INPUT_PATH="$SCRIPT_PATH"/builds/linux/ubuntu/24-04-lts/
echo -e "\nCONFIRM: Build a Ubuntu Server 24.04 LTS Template for Proxmox?" echo -e "\nCONFIRM: Build a Ubuntu Server 24.04 LTS Template for Proxmox?"
echo -e "\nContinue? (y/n)" echo -e "\nContinue? (y/n)"