1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/xbackbone_ynh.git synced 2024-09-03 19:15:53 +02:00
This commit is contained in:
Éric Gaspar 2023-08-19 15:30:22 +02:00
parent 048423efe9
commit b929ff46c2
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ return [
'base_url' => 'https://__DOMAIN____PATH__',
'storage' => [
'driver' => 'local',
'path' => '__INSTALL_DIR__/storage',
'path' => '__DATA_DIR__/storage',
],
'db' => [
'connection' => 'sqlite',

View file

@ -15,7 +15,7 @@ source /usr/share/yunohost/helpers
ynh_script_progression --message="Setting up source files..." --weight=1
ynh_setup_source --dest_dir="$install_dir"
mkdir "$install_dir/storage"
#mkdir "$install_dir/storage"
chown -R $app:www-data "$install_dir"
#=================================================