1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opensondage_ynh.git synced 2024-09-03 19:46:28 +02:00

Update upgrade

This commit is contained in:
ericgaspar 2021-07-20 18:49:11 +02:00
parent 950b302ea6
commit eccdcd81d5
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -65,7 +65,7 @@ fi
# Make sure default language is set
if [ -z "$language" ]; then
language=$(grep LANGUE "/var/www/$app/variables.php" | grep -Po "'.*?'" | cut -d"'" -f2)
language=en
fi
# Use path instead of path_url in settings.yml...