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:
parent
7d6117c7ce
commit
604845ada8
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue