Skip to content

Commit 0013571

Browse files
committed
Change condition
1 parent 07b736b commit 0013571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/container/20190110064350_service-command_add_cron_global_service.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function up() {
3838
$global_compose_file_path = EE_ROOT_DIR . '/services/docker-compose.yml';
3939
$global_compose_file_backup_path = EE_BACKUP_DIR . '/services/docker-compose.yml.backup';
4040

41-
$old_container = 'running' !== \EE_DOCKER::container_status( 'ee-cron-scheduler' );
41+
$old_container = 'running' === \EE_DOCKER::container_status( 'ee-cron-scheduler' );
4242

4343
/**
4444
* Backup old docker-compose file.

0 commit comments

Comments
 (0)