about summary refs log tree commit diff stats
path: root/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-04 19:00:49 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-08-04 19:00:49 +0200
commit3cf777be092ebc83ec99db6d6398c9d5c6632dad (patch)
tree076f97acb3b3b26d350794337fc390ad6fd1d6d7 /common
parentfix(common/init): Ensure that the template is properly formatted (diff)
downloadflake-templates-3cf777be092ebc83ec99db6d6398c9d5c6632dad.tar.gz
flake-templates-3cf777be092ebc83ec99db6d6398c9d5c6632dad.zip
fix(common/init): Also re-add execution permissions to the `watch.sh` script
Diffstat (limited to 'common')
-rw-r--r--common/init2
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