Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

give more time to delete and ask user once #632

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/engine/contrib/nuke-graph-directory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "Nuking $dir ..."
echo ' (if this is wrong, press Ctrl+C NOW!)'
echo

( set -x; sleep 10 )
( set -x; sleep 30 )
echo

dir_in_dir() {
Expand Down Expand Up @@ -61,4 +61,4 @@ if command -v btrfs > /dev/null 2>&1; then
fi

# finally, DESTROY ALL THINGS
( shopt -s dotglob; set -x; rm -rf "$dir"/* )
( shopt -s dotglob; set -x; rm -rf --interactive=once "$dir"/* )