From 573897cd7126146eeeec5bfadf597be30bb664b7 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Tue, 30 May 2017 06:11:41 +0200 Subject: [PATCH] Revert "Remove pane_content_files_cleanup function" This reverts commit 7a8d90a27d2005792415b7a6c30ae2afd6d5838d. --- scripts/helpers.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/helpers.sh b/scripts/helpers.sh index 3ea7e8b..e5abf6e 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -90,6 +90,10 @@ pane_content_files_restore_from_archive() { fi } +pane_content_files_cleanup() { + rm "$(pane_contents_dir)"/* +} + # path helpers resurrect_dir() {