Skip to content

Commit

Permalink
Update nextcloud_update.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hansson <[email protected]>
  • Loading branch information
enoch85 authored Apr 2, 2024
1 parent ded68e9 commit 40c7165
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 @@ -773,7 +773,7 @@ fi
# Make all previous files executable
print_text_in_color "$ICyan" "Finding all executable files in $NC_APPS_PATH"
find_executables="(find $NC_APPS_PATH -type f -executable)"
export "$find_executables"
export "{$find_executables}"

if [ -f /tmp/minor.version ]
then
Expand Down

0 comments on commit 40c7165

Please sign in to comment.