#!/bin/bash

# Go to app folder
cd /var/www/html/api.shopperr.in/

# start again
npm i
pm2 restart server
