From ef76bdd8dd812f33d811b5818548feec657b01fbd6248a1fba3da35ad947e554 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Thu, 27 Aug 2026 23:50:19 +0200 Subject: [PATCH] remove obsolete chmod on config.example --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index acbfc6b..704fc48 100755 --- a/install.sh +++ b/install.sh @@ -38,7 +38,6 @@ trap cleanup_work_dir EXIT ! download_files config.example pbc && echo "Error downloading files!" >&2 && exit 10 chmod +x "$WORK_DIR/pbc" -chmod o= "$WORK_DIR/config.example" "$WORK_DIR/pbc" install rc=$?