X-Git-Url: https://git.ao2.it/drupal-init-tools.git/blobdiff_plain/c998fc0d092e0c5755931f2ddd779e97c72f131a..753d330f19438d3d675421e1ffb292cfbaa5dc52:/libexec/clean.sh diff --git a/libexec/clean.sh b/libexec/clean.sh index b1b4c16..794e221 100755 --- a/libexec/clean.sh +++ b/libexec/clean.sh @@ -57,4 +57,4 @@ run() { "$@" } -[ "$INPUT" = "$CONFIRMATION_STRING" ] && run sudo rm -rf config/ web/ vendor/ composer.lock +[ "$INPUT" = "$CONFIRMATION_STRING" ] && run sudo --reset-timestamp rm -rf config/ web/ vendor/ composer.lock