Skip to content

Commit

Permalink
polishing 2
Browse files Browse the repository at this point in the history
extra space removed
  • Loading branch information
lunardunno authored Mar 1, 2025
1 parent 0637c0f commit 64552d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/server_scripts/prepare_host.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CUR_USER=$(whoami 2> /dev/null || echo ~ | sed 's/.*\///');\
CUR_USER=$(whoami 2>/dev/null || echo ~ | sed 's/.*\///');\
sudo mkdir -p $DOCKERFILE_FOLDER;\
sudo chown $CUR_USER $DOCKERFILE_FOLDER;\
if ! sudo docker network ls | grep -q amnezia-dns-net; then sudo docker network create \
Expand Down

0 comments on commit 64552d6

Please sign in to comment.