1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/question2answer_ynh.git synced 2024-09-03 20:16:07 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-09-28 22:03:57 +02:00 committed by Félix Piédallu
parent 3d6b670eb1
commit d85d7bce27

View file

@ -24,7 +24,7 @@ ynh_script_progression --message="Setting up source files..." --weight=3
ynh_setup_source --dest_dir="$install_dir"
if [ $language == "fr" ]; then
ynh_setup_source --dest_dir="$install_dir/qa-lang/fr" --source_id="fr"
ynh_setup_source --dest_dir="$install_dir/qa-lang/fr" --source_id="ldap"
fi
chmod -R o-rwx "$install_dir"