From b56eecdf789e2462bf313107c983bdd36fa8b7ae Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Thu, 19 Feb 2026 08:38:57 +0100 Subject: [PATCH] Update igotify-install.sh --- install/igotify-install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/igotify-install.sh b/install/igotify-install.sh index 3c2a76f6a..17dce235a 100644 --- a/install/igotify-install.sh +++ b/install/igotify-install.sh @@ -26,7 +26,7 @@ msg_ok "Installed Dependencies" fetch_and_deploy_gh_release "igotify" "androidseb25/iGotify-Notification-Assistent" "prebuild" "latest" "/opt/igotify" "iGotify-Notification-Service-amd64-v*.zip" -msg_info "Setting up iGotify" +msg_info "Creating Service" cat </opt/igotify/.env ASPNETCORE_URLS=http://0.0.0.0:80 ASPNETCORE_ENVIRONMENT=Production @@ -35,9 +35,6 @@ GOTIFY_URLS= GOTIFY_CLIENT_TOKENS= SECNTFY_TOKENS= EOF -msg_ok "Set up iGotify" - -msg_info "Creating Service" cat </etc/systemd/system/igotify.service [Unit] Description=iGotify Notification Service