Skip to content

Commit caaa256

Browse files
committed
Add sudo to destroy magento
1 parent 409b84e commit caaa256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magento

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ enter() {
176176
destroy() {
177177
$DOCKERCOMPOSE stop
178178
$DOCKERCOMPOSE rm --force
179-
rm -rf $PROJECTPATH/web $PROJECTPATH/db $PROJECTPATH/vendor
179+
sudo rm -rf $PROJECTPATH/web $PROJECTPATH/db $PROJECTPATH/vendor
180180
}
181181

182182
case "$action" in

0 commit comments

Comments
 (0)