mirror of
https://github.com/YunoHost-Apps/uptime-kuma_ynh.git
synced 2024-10-01 13:34:58 +02:00
fix data dir
This commit is contained in:
parent
6bdc20d3ed
commit
2cec5a8e4e
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ ynh_script_progression --message="Creating a data directory..." --time --weight=
|
||||||
### - Remove the section "RESTORE THE DATA DIRECTORY" in the restore script
|
### - Remove the section "RESTORE THE DATA DIRECTORY" in the restore script
|
||||||
### - As well as the section "REMOVE DATA DIR" in the remove script
|
### - As well as the section "REMOVE DATA DIR" in the remove script
|
||||||
|
|
||||||
datadir=/home/yunohost.app/$app
|
datadir=/home/yunohost.app/$app/data
|
||||||
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
|
ynh_app_setting_set --app=$app --key=datadir --value=$datadir
|
||||||
|
|
||||||
mkdir -p $datadir
|
mkdir -p $datadir
|
||||||
|
|
Loading…
Add table
Reference in a new issue