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 2a0de36 commit 70c9034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/cont-init.d/40-install
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ elif [[ ! -d /config/www/organizr/.git ]]; then
echo '-----------------------'
echo '| Installing Organizr |'
echo '-----------------------'
mkdir -p /config/www/organizr
mkdir -p /config/www
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'
Expand Down

0 comments on commit 70c9034

Please sign in to comment.