1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Restart postgresql on upgrade

This commit is contained in:
nemsia 2018-05-28 14:25:46 +02:00
parent 998fa147b1
commit d720ad3db7

View file

@ -87,8 +87,10 @@ $final_path/.rbenv/versions/2.5.1/bin/bundle install --deployment --without deve
#yarn install --pure-lockfile
MCOMMANDS
# Install package with yarn and restart postgresql
pushd $final_path/live
yarn install --pure-lockfile
systemctl restart postgresql
popd
# Apply Mastodon upgrade