removed extra command that borks CICD and added extra [] to allow image to start without error
This commit is contained in:
@@ -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 &
|
||||
|
Reference in New Issue
Block a user