From d5d8db272fc002b223c65f9d3e2d0ad123682d88 Mon Sep 17 00:00:00 2001 From: muskit <15199219+muskit@users.noreply.github.com> Date: Sat, 20 Apr 2024 01:41:54 -0700 Subject: [PATCH] update run.sh --- scripts/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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