fixed first line

This commit is contained in:
Frederik Wille 2015-08-31 20:38:21 +02:00
parent e2a1ea2b73
commit e1d9ee5333

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
if [ $# -gt 0 ]; then
ansible-playbook site.yml -i production --sudo --ask-sudo-pass --tags $1
else