Update gitlab/bootstrap/setup.sh

Co-authored-by: Ethan Dennis <ethanis@github.com>
This commit is contained in:
j-dunham
2022-08-09 19:00:15 -04:00
committed by GitHub
co-authored by Ethan Dennis
parent d7aca09923
commit b60b80cf7c
+1 -1
View File
@@ -3,7 +3,7 @@ container_name="gitlab"
if [ ! -d /srv/gitlab ]; then
echo -e "\U1F331 Seeding GitLab data"
sudo tar -xzf gitlab/bootstrap/gitlab.tar.gz -C /srv
sudo tar -xzf "$CODESPACE_VSCODE_FOLDER/gitlab/bootstrap/gitlab.tar.gz" -C /srv
fi
echo -e "Checking for GitLab \U1F575"