From b9cc6a09a3c5372417efdb6564e6c2c70f8970f7 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 5 May 2024 09:16:40 -0400
Subject: [PATCH] Update fenrus-install.sh

tweak
---
 install/fenrus-install.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/install/fenrus-install.sh b/install/fenrus-install.sh
index 2ef110e6..4e4c249d 100644
--- a/install/fenrus-install.sh
+++ b/install/fenrus-install.sh
@@ -39,8 +39,8 @@ msg_ok "Installed ASP.NET Core 7 SDK"
 msg_info "Installing ${APPLICATION}"
 git clone -q https://github.com/revenz/Fenrus.git /opt/${APPLICATION}
 cd /opt/${APPLICATION}
-export DOTNET_CLI_TELEMETRY_OPTOUT=1
-dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
+#export DOTNET_CLI_TELEMETRY_OPTOUT=1
+$STD dotnet publish -c Release -o "/opt/${APPLICATION}/" Fenrus.csproj
 msg_ok "Installed ${APPLICATION}"
 
 msg_info "Creating Service"
@@ -66,4 +66,4 @@ customize
 msg_info "Cleaning up"
 $STD apt-get -y autoremove
 $STD apt-get -y autoclean
-msg_ok "Cleaned"
\ No newline at end of file
+msg_ok "Cleaned"