Skip to content

Commit

Permalink
Merge pull request #51 from DrillSergeant/preserve-persistent-data-fo…
Browse files Browse the repository at this point in the history
…lder

Preserve Data\Persistent folder
  • Loading branch information
mficzel authored Jan 13, 2022
2 parents 3feb9c9 + 10a33f3 commit 90a395f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Command/StashCommandController.php
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ protected function restoreStashEntry($source, $name, $force = false, $preserve =

$this->renderHeadLine('Restore Persistent Resources');
$this->executeLocalShellCommand(
'rm -rf %s && cp -al %s %1$s',
'rm -rf %s/* && cp -al %s/* %1$s',
[
FLOW_PATH_ROOT . 'Data/Persistent',
$source . '/persistent'
Expand Down

0 comments on commit 90a395f

Please sign in to comment.