1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/garradin_ynh.git synced 2024-09-03 18:36:17 +02:00

syntax php

This commit is contained in:
Robles Rodolphe 2021-12-29 13:08:49 +01:00
parent 73e4aaba5c
commit 3d4f19bc77

View file

@ -257,7 +257,7 @@ ynh_script_progression --message="Adding a configuration file..." --weight=5
ynh_add_config --template="config.local.release.php" --destination="$final_path/config.local.release.php"
echo -e "\n require 'config.local.release.php'" >> $final_path/config.local.php
echo -e "\n require 'config.local.release.php;'" >> $final_path/config.local.php
# Permissions on files and directories
chmod -R o-rwx "$final_path"