Upgrade sequence

This commit is contained in:
Bob Mottram 2017-07-27 14:57:26 +01:00
parent b7720972cd
commit 29bae785aa
1 changed files with 1 additions and 1 deletions

View File

@ -90,8 +90,8 @@ function upgrade_cryptpad {
cd $CRYPTPAD_DIR
npm install
su -c 'bower install' - cryptpad
chown -R cryptpad:cryptpad $CRYPTPAD_DIR
su -c 'bower install' - cryptpad
systemctl start cryptpad
}