echo
This commit is contained in:
@@ -5,6 +5,8 @@ if [ "$SERVICE_DIR" == "" ]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [[ "$NEXTCLOUD" == "yes" ]]; then
|
if [[ "$NEXTCLOUD" == "yes" ]]; then
|
||||||
|
echo "Nextcloud install has started";
|
||||||
|
|
||||||
git clone ssh://$GIT_REPO/$ORGANIZATION/nextcloud.git /tmp/nextcloud
|
git clone ssh://$GIT_REPO/$ORGANIZATION/nextcloud.git /tmp/nextcloud
|
||||||
sed -i "s/DOMAIN_NAME/$NEXTCLOUD_DOMAIN/g" /tmp/nextcloud/nextcloud-secret.json
|
sed -i "s/DOMAIN_NAME/$NEXTCLOUD_DOMAIN/g" /tmp/nextcloud/nextcloud-secret.json
|
||||||
sed -i "s/USERNAME/$NEXTCLOUD_USERNAME/g" /tmp/nextcloud/nextcloud-secret.json
|
sed -i "s/USERNAME/$NEXTCLOUD_USERNAME/g" /tmp/nextcloud/nextcloud-secret.json
|
||||||
@@ -20,6 +22,8 @@ if [[ "$NEXTCLOUD" == "yes" ]]; then
|
|||||||
fi;
|
fi;
|
||||||
|
|
||||||
if [[ "$BITWARDEN" == "yes" ]]; then
|
if [[ "$BITWARDEN" == "yes" ]]; then
|
||||||
|
echo "Bitwarden install has started";
|
||||||
|
|
||||||
git clone ssh://$GIT_REPO/$ORGANIZATION/bitwarden.git /tmp/bitwarden
|
git clone ssh://$GIT_REPO/$ORGANIZATION/bitwarden.git /tmp/bitwarden
|
||||||
|
|
||||||
BITWARDEN_TOKEN=$(openssl rand -base64 48);
|
BITWARDEN_TOKEN=$(openssl rand -base64 48);
|
||||||
|
Reference in New Issue
Block a user