Skip to content

Commit

Permalink
fix(stop): 디렉터리 삭제 시 sudo로 변경
Browse files Browse the repository at this point in the history
해당 사항 반영
  • Loading branch information
kaswhy committed Nov 13, 2024
1 parent 18d950b commit ca09fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cp docker-compose.yml /home/ubuntu

cd ../

rm -rf Server
sudo rm -rf Server

0 comments on commit ca09fff

Please sign in to comment.