Skip to content

Commit a4e83ac

Browse files
committed
1 liner command
1 parent cd7b7ef commit a4e83ac

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)