1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Typo for config variable in install

This commit is contained in:
anmol 2020-10-14 08:50:23 +05:30
parent 65076ca807
commit 031d339956

View file

@ -131,7 +131,7 @@ chmod -R 777 $final_path/store
# Copy the template install/htconfig.sample.php to .htconfig.php
ynh_script_progression --message="Moving .htconfig.php to root of Hubzilla ..."
$config="$final_path/.htconfig.php"
config="$final_path/.htconfig.php"
cp $final_path/install/htconfig.sample.php $config
# Create php.log inside Hubzilla for logs