Skip to content

Commit

Permalink
Update 600-config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
paulklinkenberg committed Aug 31, 2021
1 parent 64046b1 commit 66a8ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/600-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apt-get update && apt-get install commandbox

box install commandbox-cfconfig

if [[ !$ADMIN_PASSWORD ]]; then
if [[ "$ADMIN_PASSWORD" == "" ]]; then
echo "No ADMIN_PASSWORD set, generating a random password and storing it here: /root/lucee-admin-password.txt"
touch /root/lucee-admin-password.txt
chown root:root /root/lucee-admin-password.txt
Expand Down

0 comments on commit 66a8ba9

Please sign in to comment.