Skip to content

Commit

Permalink
Fix deploy script cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-and committed Oct 2, 2023
1 parent 6431bfa commit ae0cc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pkill -x -HUP httpd &
SETUP

# clean up the container
docker exec "$container" rm -fr /tmp/fracker
docker exec -u root "$container" rm -fr /tmp/fracker

# notify the user
echo -e "\n\n\tDone! Start Fracker on port $host:$port\n\n"

0 comments on commit ae0cc8e

Please sign in to comment.