From 3cf777be092ebc83ec99db6d6398c9d5c6632dad Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 4 Aug 2024 19:00:49 +0200 Subject: fix(common/init): Also re-add execution permissions to the `watch.sh` script --- common/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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 -- cgit 1.4.1