1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-09-28 11:11:13 +02:00 committed by Félix Piédallu
parent 8cf3011938
commit 12d53a22e3

View file

@ -18,7 +18,7 @@ ynh_script_progression --message="Setting up source files..." --weight=7
ynh_setup_source --dest_dir="$install_dir"
# Delete the install directory.
ynh_secure_remove "$install_dir/install"
ynh_secure_remove --file="$install_dir/install"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"