diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-04 19:00:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-08-04 19:00:49 +0200 |
commit | 3cf777be092ebc83ec99db6d6398c9d5c6632dad (patch) | |
tree | 076f97acb3b3b26d350794337fc390ad6fd1d6d7 | |
parent | fix(common/init): Ensure that the template is properly formatted (diff) | |
download | flake-templates-3cf777be092ebc83ec99db6d6398c9d5c6632dad.tar.gz flake-templates-3cf777be092ebc83ec99db6d6398c9d5c6632dad.zip |
fix(common/init): Also re-add execution permissions to the `watch.sh` script
-rw-r--r-- | common/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/init b/common/init index 06409e5..77071f9 100644 --- a/common/init +++ b/common/init @@ -152,5 +152,5 @@ done <"$replacement_file" chmod +x scripts/* chmod +x update.sh [ -f ./build.sh ] && chmod +x build.sh - +[ -f ./watch.sh ] && chmod +x build.sh # vim: ft=sh |