diff --git a/lenvi.sh b/lenvi.sh index 5a7c603..9276da9 100644 --- a/lenvi.sh +++ b/lenvi.sh @@ -6,6 +6,7 @@ # Find the script's own directory to run from the correct location, # ensuring that playbook.yml and other files are found. +chmod +x /home/$(whoami) SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd "$SCRIPT_DIR"