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

Update install

This commit is contained in:
Éric Gaspar 2023-03-18 21:06:02 +01:00
parent 25ff09c366
commit 7ad3b4bacf

View file

@ -102,7 +102,9 @@ chown -R $app:www-data "$data_dir"
#=================================================
ynh_script_progression --message="Adding a configuration file..." --weight=1
password_hash=$(echo $install_dir/build/galene-password-generator $password)
pushd $install_dir/build/
password_hash=$(echo ./galene-password-generator $password)
popd
# Configure Galène
ynh_add_config --template="../conf/config.json" --destination="$install_dir/live/data/config.json"