#!/bin/bash

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

# stop running process
pm2 stop server
