From 9ecc3197b0cba86298fc70eb4642b9c3e8faffb8 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 28 Mar 2021 14:21:05 +0500 Subject: [PATCH] Add a small delay before exit --- squashfs-start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/squashfs-start.sh b/squashfs-start.sh index b9d8276..b598993 100755 --- a/squashfs-start.sh +++ b/squashfs-start.sh @@ -153,6 +153,7 @@ else exit 1 fi +sleep 2 rm -rf "${working_dir}" exit