1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

If set, remove var $lang

This commit is contained in:
ericgaspar 2022-04-02 15:41:29 +02:00
parent 2d10c95b61
commit 3d232d69ba
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -59,6 +59,11 @@ if [ -z "$final_path" ]; then
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
fi
# If lang exist, remove it
if [ -v "$lang" ]; then
ynh_app_setting_delete --app=$app --key=$lang
fi
# If language doesn't exist, create it
if [ -z "$language" ]; then
language="en"