Update ct/umlautadaptarr.sh

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
elvito 2025-04-14 23:31:34 +02:00 committed by GitHub
parent 3c61735cac
commit f9f540fc37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ function update_script() {
exit exit
fi fi
msg_info "Updating $APP..." msg_info "Updating $APP..."
$STD cd /opt/UmlautAdaptarr || exit cd /opt/UmlautAdaptarr || exit
$STD git pull origin master $STD git pull origin master
$STD dotnet restore $STD dotnet restore
$STD dotnet build --configuration Release $STD dotnet build --configuration Release