Ensure bin files are executable.

This commit is contained in:
2026-04-13 14:06:49 -07:00
parent 391b0a0b09
commit 9d609568f7

View File

@@ -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