Skip to content

Commit

Permalink
Preserve Data\Persistent folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DrillSergeant authored Jan 10, 2022
1 parent 3feb9c9 commit 10a33f3
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 10a33f3

Please sign in to comment.