Skip to content

Commit

Permalink
Update 40-install
Browse files Browse the repository at this point in the history
  • Loading branch information
Roxedus authored Dec 2, 2023
1 parent 70c9034 commit 55d85dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/etc/cont-init.d/40-install
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ elif [[ ! -d /config/www/organizr/.git ]]; then
echo '-----------------------'
echo '| Installing Organizr |'
echo '-----------------------'
mkdir -p /config/www
mkdir -p /config/www/organizr
git clone --progress --verbose -b "$(cat /Docker.txt)" https://github.com/causefx/Organizr /config/www/organizr || exit 1
cd /config/www/organizr || (
echo 'Failed to load Organizr repository folder'
exit
)
git config --global --add safe.directory /config/www/organizr
git config --global --add safe.directory /config/www
git rev-parse HEAD >/config/www/organizr/Github.txt
elif [[ -d /config/www/organizr/.git ]]; then
echo '-----------------------'
Expand Down

0 comments on commit 55d85dd

Please sign in to comment.