Skip to content

Commit

Permalink
hurrr durr sure helps if I don't have a place holder url for the git …
Browse files Browse the repository at this point in the history
…clone command
  • Loading branch information
RumenBlack84 committed Sep 12, 2024
1 parent 5a970ae commit 035e5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TARGET_DIR="/config"
# Check if the directory exists and is a git repository
if [ ! -d "${TARGET_DIR}/.git" ]; then
echo "Repository not found in ${TARGET_DIR}. Cloning..."
git clone https://github.com/username/repository.git ${TARGET_DIR}
git clone https://github.com/LINBIT/linstor-gui ${TARGET_DIR}
else
echo "Repository already exists in ${TARGET_DIR}. Skipping clone."
fi
Expand Down

0 comments on commit 035e5dc

Please sign in to comment.