Skip to content

Commit

Permalink
Update nextcloud_update.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 and github-actions[bot] authored Apr 2, 2024
1 parent 88d38bc commit ded68e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ fi
# Make all files in executable again
for executable in $find_executables
do
chmod +x $executable
chmod +x "$executable"
unset "$find_executables"
done

Expand Down

0 comments on commit ded68e9

Please sign in to comment.