Skip to content

Commit

Permalink
fix: Remove extraneous chmod from server install script
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan2k committed Oct 3, 2024
1 parent 5fe0cfb commit 70b2845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ echo "Downloading docker-compose.yml..."
curl -qLO https://github.com/lachlan2k/phatcrack/releases/download/$PHATCRACK_VERSION_TAG/docker-compose.yml

echo "PHATCRACK_VERSION_TAG=${PHATCRACK_VERSION_TAG}" >> .env
chmod 600 .env

read -p "What DNS hostname will resolve to your Phatcrack instance (leave blank for anything)?: " server_hostname
if [ "$server_hostname" == "" ]; then
Expand Down

0 comments on commit 70b2845

Please sign in to comment.