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:
parent
4133369f65
commit
81ecc4040f
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue