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

Update upgrade

This commit is contained in:
abeudin 2014-06-18 11:44:46 +02:00
parent 4133369f65
commit 81ecc4040f

View file

@ -3,6 +3,12 @@
# Retrieve arguments
domain=$(sudo yunohost app setting jappix domain)
path=$(sudo yunohost app setting jappix path)
language=$(sudo yunohost app setting jappix language)
if [[ "$language" = "" ]];
then
language="en"
fi
# Remove trailing "/" for next commands