Skip to content

Commit 84c1dbe

Browse files
Merge pull request #12 from dennisinteractive/uuid_import_II
Merging ready to roll out on VMs
2 parents cd7b7ef + a4e83ac commit 84c1dbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Command/SiteDbImportCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ protected function execute(InputInterface $input, OutputInterface $output) {
142142
'cd %s && ' .
143143
'chmod 777 ../default && ' .
144144
'chmod 777 settings.php && ' .
145-
'drush si -y %s %s',
145+
'drush si -y %s %s && ' .
146+
'drush cset "system.site" uuid "$(drush cget system.site uuid --source=sync --format=list)" -y',
146147
$this->shellPath($this->destination),
147148
$this->profile,
148149
$options

0 commit comments

Comments
 (0)