From 1af513600da2918162af8c3e416f779658c0a6eb Mon Sep 17 00:00:00 2001 From: marito Date: Mon, 16 Jun 2025 23:19:49 +0000 Subject: [PATCH] executable home dir --- lenvi.sh | 1 + 1 file changed, 1 insertion(+) 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"