removed unnessecary sudo
This commit is contained in:
@@ -17,7 +17,7 @@ fi
|
||||
|
||||
# Is there a window with name "bukkit" already running in screen?
|
||||
# We don't need your fukcing text, ew...
|
||||
sudo screen -ls $server > /dev/null
|
||||
screen -ls $server > /dev/null
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
# If the screen window is indeed running, shout it in my
|
||||
|
Reference in New Issue
Block a user