1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-08-30 08:24:19 +02:00
parent 7d6117c7ce
commit 604845ada8

View file

@ -29,7 +29,6 @@ ynh_setup_source --dest_dir="$install_dir"
grep -v electron "$install_dir/package.json" > "$install_dir/server-package.json" grep -v electron "$install_dir/package.json" > "$install_dir/server-package.json"
mv "$install_dir/server-package.json" "$install_dir/package.json" mv "$install_dir/server-package.json" "$install_dir/package.json"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"