mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
fix
This commit is contained in:
parent
048423efe9
commit
b929ff46c2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ return [
|
|||
'base_url' => 'https://__DOMAIN____PATH__',
|
||||
'storage' => [
|
||||
'driver' => 'local',
|
||||
'path' => '__INSTALL_DIR__/storage',
|
||||
'path' => '__DATA_DIR__/storage',
|
||||
],
|
||||
'db' => [
|
||||
'connection' => 'sqlite',
|
||||
|
|
|
@ -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"
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue