1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/plume_ynh.git synced 2024-09-03 20:15:54 +02:00

Fix upgrade script

This commit is contained in:
anmol 2018-11-11 04:14:20 +05:30
parent a4722aaeaa
commit 274741b24a

View file

@ -103,7 +103,7 @@ ynh_install_app_dependencies gettext postgresql postgresql-contrib libpq-dev git
chown -R "$app":"$app" "$final_path"
( cd $final_path/$app && sudo -u "$app" cargo install --force )
( cd $final_path/$app && sudo -u "$app" cargo install --path plume-cli --force )
( cd $final_path/$app && diesel migration run )
# Recalculate and store the config file checksum into the app settings