diff --git a/scripts/run.sh b/scripts/run.sh index dda7aaf..3356e3d 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -2,4 +2,4 @@ CURPATH="$(dirname `realpath "$0"`)/.." cd "$CURPATH" mkdir -p run -sudo docker run -v "$CURPATH/run:/app/run" --name bot -it nijiholo_bot +sudo docker run -v "$CURPATH/run:/app/run" --name bot -it nijiholo_bot \ No newline at end of file