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:
parent
73e4aaba5c
commit
3d4f19bc77
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue