1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

Fix missing variable on upgrade

This commit is contained in:
Thomas 2024-01-24 17:00:29 +01:00 committed by GitHub
parent e95eb22391
commit fd266f9bfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,9 @@ key=$(ynh_string_random --length=50)
# Remove trailing "/" from the path
path_no_slash=${path%/}
Github=$github
GitLab=gitlab
#=================================================
# CHECK VERSION
#=================================================