fixes
This commit is contained in:
parent
d571d0026c
commit
2b8162bba8
@ -58,8 +58,6 @@ RestartForceExitStatus=100
|
|||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
systemctl daemon-reexec
|
|
||||||
systemctl enable -q --now musicassistant
|
systemctl enable -q --now musicassistant
|
||||||
msg_ok "Started Music Assistant"
|
msg_ok "Started Music Assistant"
|
||||||
|
|
||||||
|
@ -286,8 +286,6 @@ fetch_and_deploy_gh_release() {
|
|||||||
local current_version=""
|
local current_version=""
|
||||||
local curl_timeout="--connect-timeout 10 --max-time 30"
|
local curl_timeout="--connect-timeout 10 --max-time 30"
|
||||||
|
|
||||||
echo "🔍 Checking latest release for: $repo"
|
|
||||||
|
|
||||||
# Check if the app directory exists and if there's a version file
|
# Check if the app directory exists and if there's a version file
|
||||||
if [[ -f "/opt/${app}_version.txt" ]]; then
|
if [[ -f "/opt/${app}_version.txt" ]]; then
|
||||||
current_version=$(cat "/opt/${app}_version.txt")
|
current_version=$(cat "/opt/${app}_version.txt")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user