Install after cryptpad upgrade

This commit is contained in:
Bob Mottram 2017-07-27 14:41:14 +01:00
parent 04bc4393f0
commit 7a496ecb40
1 changed files with 1 additions and 0 deletions

View File

@ -89,6 +89,7 @@ function upgrade_cryptpad {
set_repo_commit $CRYPTPAD_DIR "cryptpad commit" "$CRYPTPAD_COMMIT" $CRYPTPAD_REPO
cd $CRYPTPAD_DIR
npm install
systemctl start cryptpad
}