Update tianji.sh

tweak
pull/3997/head
tteckster 2024-10-28 11:23:32 -04:00 committed by GitHub
parent 6881f07437
commit 902aee0c0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 4 deletions

View File

@ -61,10 +61,7 @@ if (( $(df /boot | awk 'NR==2{gsub("%","",$5); print $5}') > 80 )); then
fi fi
RELEASE=$(curl -s https://api.github.com/repos/msgbyte/tianji/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }') RELEASE=$(curl -s https://api.github.com/repos/msgbyte/tianji/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_version.txt)" ]]; then
msg_info "Setting Container to Higher Resources" whiptail --backtitle "Proxmox VE Helper Scripts" --msgbox --title "SET RESOURCES" "Please set the resources in your ${APP} LXC to ${var_cpu}vCPU and ${var_ram}RAM for the build process before continuing" 10 75
pct set $CTID -memory 4096
pct set $CTID -cores 4
msg_ok "Set Container to Higher Resources"
msg_info "Stopping ${APP} Service" msg_info "Stopping ${APP} Service"
systemctl stop tianji systemctl stop tianji
msg_ok "Stopped ${APP} Service" msg_ok "Stopped ${APP} Service"