tests - fix linux/drupal

This commit is contained in:
bunkerity 2022-08-17 16:21:36 +02:00
parent 8a23b96bf5
commit 4caae414d5
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ else
echo "❌ No PHP user found"
exit 1
fi
curl https://releases.mattermost.com/7.2.0/mattermost-7.2.0-linux-amd64.tar.gz -Lo /tmp/mattermost.tar.gz
tar -xzf /tmp/mattermost.tar.gz -C /tmp
curl https://www.drupal.org/download-latest/tar.gz -Lo /tmp/drupal.tar.gz
tar -xzf /tmp/drupal.tar.gz -C /tmp
cd /tmp/drupal-*
cp -r * /opt/bunkerweb/www
chown -R $user:nginx /opt/bunkerweb/www