From 9d609568f78a17c0106271ce69c76eef046bad17 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 13 Apr 2026 14:06:49 -0700 Subject: [PATCH] Ensure bin files are executable. --- rc_shared.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rc_shared.sh b/rc_shared.sh index 568878f..e0055bf 100644 --- a/rc_shared.sh +++ b/rc_shared.sh @@ -70,6 +70,8 @@ function update-shared { wget -O "$refactor_script" \ https://git.hyperling.com/me/shell-music-refactor-library/src/branch/main/refactor_music_library.sh mv -v $refactor_script "$local_bin"/ + + chmod 755 -Rv "$local_bin" else echo "Did not find '$local_bin', did not copy scripts." fi