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

Update upgrade

This commit is contained in:
ericgaspar 2022-03-12 18:22:28 +01:00
parent 3b337cb56b
commit 731a6eb5cf
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -67,7 +67,7 @@ if [ -z "$registration" ]; then
ynh_app_setting_set --app=$app --key=registration --value=$registration
fi
# If public_path doesn't exist, create it
# If datadir doesn't exist, create it
if [ -z "$datadir" ]; then
datadir=/home/yunohost.app/$app
mkdir -p $datadir