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:
parent
3b337cb56b
commit
731a6eb5cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue