Commit 404845ca by Max Rothman

Improvements to django_admin.sh

- Echo the command to run before running (for post-mortem debugging)
- Stop adding "--settings aws" to the end of every command, even when it
  was added to $manage earlier
parent 03d389c9
......@@ -15,4 +15,5 @@ if [ "$help" = "true" ]; then
manage="$manage help"
fi
$ansible "$manage $command $options --settings aws"
echo "Running $ansible \"$manage $command $options\""
$ansible "$manage $command $options"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment