diff options
Diffstat (limited to 'client/make-updates')
-rwxr-xr-x | client/make-updates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/make-updates b/client/make-updates index 32f06c6..72c02d9 100755 --- a/client/make-updates +++ b/client/make-updates @@ -22,7 +22,7 @@ mkdir -pv files mkdir -pv $output mkdir -pv $cdata/music -chmod u+x ./make-music.sh +chmod a+rx ./make-music.sh echo ">> Removing leftovers..." rm -rv files/* 2>/dev/null || : |