mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
fix variable
This commit is contained in:
parent
00727fc4bb
commit
c9cbf8eb53
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ chmod -R 775 "$install_dir/view/smarty3"
|
|||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
ynh_add_config --template="local-sample.config.php" --destination="$final_path/config/local.config.php"
|
||||
ynh_add_config --template="local-sample.config.php" --destination="$install_dir/config/local.config.php"
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue