removed extra command that borks CICD and added extra [] to allow image to start without error

This commit is contained in:
2023-04-06 17:27:02 -07:00
parent cfa729e2fb
commit 32f280ec28
2 changed files with 1 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ chmod -R 755 /home/$user
/usr/sbin/httpd -k start
/usr/sbin/php-fpm -y /etc/php-fpm.conf
if [ $environment == 'DEV' ]; then
if [[ $environment == 'DEV' ]]; then
echo "Starting Dev Deployment"
yum install -y MariaDB-server MariaDB-client
nohup mysqld -umysql &