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

Add full_replace=1, even if it's not useful, that's a nice guard

This commit is contained in:
Salamandar 2024-01-17 11:38:37 +01:00
parent 083de07579
commit b32c1e6f03

View file

@ -43,7 +43,7 @@ fi
ynh_script_progression --message="Upgrading source files..." --weight=20
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir/source"
ynh_setup_source --dest_dir="$install_dir/source" --full_replace=1
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"