#!/bin/sh
set -e
if command -v node-ctl >/dev/null 2>&1 && [ -S /run/node/control.sock ]; then
    node-ctl app reload {{name}} || true
fi
exit 0
