From ca09fff6074ea890ccc83b9d9af9c84590957bff Mon Sep 17 00:00:00 2001 From: kaswhy Date: Thu, 14 Nov 2024 03:02:47 +0900 Subject: [PATCH] =?UTF-8?q?fix(stop):=20=EB=94=94=EB=A0=89=ED=84=B0?= =?UTF-8?q?=EB=A6=AC=20=EC=82=AD=EC=A0=9C=20=EC=8B=9C=20sudo=EB=A1=9C=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 해당 사항 반영 --- scripts/stop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/stop.sh b/scripts/stop.sh index 9f39784..05f26bf 100644 --- a/scripts/stop.sh +++ b/scripts/stop.sh @@ -7,4 +7,4 @@ cp docker-compose.yml /home/ubuntu cd ../ -rm -rf Server \ No newline at end of file +sudo rm -rf Server \ No newline at end of file