瀏覽代碼

Update alpine-nextcloud.sh

tweak
tteckster 1 年之前
父節點
當前提交
c12a4f9f7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/alpine-nextcloud.sh

+ 1 - 1
ct/alpine-nextcloud.sh

@@ -62,7 +62,7 @@ function update_script() {
   while true; do
   while true; do
     CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select"  11 58 3 \
     CHOICE=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "SUPPORT" --radiolist --cancel-button Exit-Script "Spacebar = Select"  11 58 3 \
       "1" "Update Nextcloud to $RELEASE" OFF \
       "1" "Update Nextcloud to $RELEASE" OFF \
-      "2" "Nextcloud Database Credentials" ON \
+      "2" "Nextcloud Login Credentials" ON \
       "3" "Renew Self-signed Certificate" OFF \
       "3" "Renew Self-signed Certificate" OFF \
       3>&1 1>&2 2>&3)      
       3>&1 1>&2 2>&3)      
     exit_status=$?
     exit_status=$?