1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

can't touch /dat-a

This commit is contained in:
rodinux 2024-01-03 11:22:38 +01:00
parent e995390f52
commit 96cae50e38

View file

@ -51,11 +51,6 @@ ynh_add_config --template="config.local.php" --destination="$install_dir/config.
chmod 440 "$install_dir/config.local.php"
chown $app:$app "$install_dir/config.local.php"
ynh_add_config --template="config.local.user.php" --destination="$data_dir/data/config.local.user.php"
chmod 440 "$data_dir/data/config.local.user.php"
chown $app:$app "$data_dir/data/config.local.user.php"
#=================================================
# END OF SCRIPT
#=================================================