From aba356e74c9fc39b00cc6c227ad17dbdd9c9237c Mon Sep 17 00:00:00 2001 From: FlareHashr <83376384+FlareHashr@users.noreply.github.com> Date: Fri, 4 Jun 2021 14:36:48 -0400 Subject: [PATCH] Update pool-restart.sh --- pool-restart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pool-restart.sh b/pool-restart.sh index 8edaab8..3becb68 100644 --- a/pool-restart.sh +++ b/pool-restart.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh echo "" echo "RavenNOMP Restarting..." @@ -30,4 +30,4 @@ echo "" echo "Done!" echo "" -exit 0 \ No newline at end of file +exit 0