tteckster 2 năm trước cách đây
mục cha
commit
e7d298ca3b
4 tập tin đã thay đổi với 2 bổ sung5 xóa
  1. 0 2
      ct/node-red-v5.sh
  2. 1 2
      ct/paperless-ngx-v5.sh
  3. 0 1
      ct/vaultwarden-v5.sh
  4. 1 0
      ct/wireguard-v5.sh

+ 0 - 2
ct/node-red-v5.sh

@@ -331,8 +331,6 @@ msg_ok "Update Successful"
 exit
 fi
 if [ "$UPD" == "2" ]; then
-clear
-header_info
 THEME=$(whiptail --title "NODE-RED THEMES" --radiolist --cancel-button Exit-Script "Choose Theme" 15 58 6 \
     "dark" "" OFF \
     "dracula" "" OFF \

+ 1 - 2
ct/paperless-ngx-v5.sh

@@ -382,12 +382,11 @@ msg_ok "Updated Successfully!\n"
 exit
 fi
 if [ "$UPD" == "2" ]; then
-clear
-header_info
 cat paperless.creds
 exit
 fi
 }
+
 clear
 if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 if [ "$VERB" == "yes" ]; then set -x; fi

+ 0 - 1
ct/vaultwarden-v5.sh

@@ -357,7 +357,6 @@ echo -e "\n ⚠️  Ensure you set resources back to normal settings \n"
 exit;
 fi
 if [ "$UPD" == "2" ]; then
-
 msg_info "Stopping Vaultwarden"
 systemctl stop vaultwarden.service
 msg_ok "Stopped Vaultwarden"

+ 1 - 0
ct/wireguard-v5.sh

@@ -369,6 +369,7 @@ echo -e "WGDashboard should be reachable by going to the following URL.
 exit
 fi
 }
+
 clear
 if ! command -v pveversion >/dev/null 2>&1; then update_script; else install_script; fi
 if [ "$VERB" == "yes" ]; then set -x; fi