Skip to content

Commit

Permalink
safe_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus committed Nov 30, 2023
1 parent 3375b30 commit c602cb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/etc/cont-init.d/40-install
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ elif [[ ! -d /config/www/organizr/.git ]]; then
echo 'Failed to load Organizr repository folder'
exit
)
git config --global --add safe.directory /config/www/organizr
git rev-parse HEAD >/config/www/organizr/Github.txt
elif [[ -d /config/www/organizr/.git ]]; then
echo '-----------------------'
Expand Down

0 comments on commit c602cb9

Please sign in to comment.