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