Skip to content

Commit

Permalink
Fix restart script
Browse files Browse the repository at this point in the history
  • Loading branch information
Elanis committed Aug 2, 2023
1 parent 95d73e8 commit 002d87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ start_lumen() {
do
sleep 60
su - seafile -c "cd lumen-server/ && npm ci"
su - seafile -c "cd lumen-server/ && npm start"
su - seafile -c "cd lumen-server/ && npm start" || true
done
}

Expand Down

0 comments on commit 002d87d

Please sign in to comment.