mirror of
https://github.com/YunoHost-Apps/snappymail_ynh.git
synced 2024-09-03 20:26:29 +02:00
cleaning
This commit is contained in:
parent
250b2d03e3
commit
651fddc11e
2 changed files with 3 additions and 4 deletions
|
@ -60,7 +60,6 @@ ram.runtime = "50M"
|
|||
[resources.install_dir]
|
||||
|
||||
[resources.data_dir]
|
||||
subdirs = ["data"]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
|
|
|
@ -61,9 +61,9 @@ ynh_add_config --template="application.ini" --destination="$data_dir/application
|
|||
chmod 400 "$data_dir/application.ini"
|
||||
chown $app:$app "$data_dir/application.ini"
|
||||
|
||||
ynh_add_config --template="include.php" --destination="$install_dir/include.php"
|
||||
chmod 400 "$install_dir/include.php"
|
||||
chown $app:$app "$install_dir/include.php"
|
||||
ynh_add_config --template="include.php" --destination="$install_dir/app/include.php"
|
||||
chmod 400 "$install_dir/app/include.php"
|
||||
chown $app:$app "$install_dir/app/include.php"
|
||||
|
||||
#=================================================
|
||||
# SETUP SSO
|
||||
|
|
Loading…
Add table
Reference in a new issue