From 6895ec357b9878dfa42501e24af79648460ece9e Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Wed, 30 Mar 2022 01:08:39 +0200 Subject: [PATCH] Corretto script di check_updates.sh. --- check_updates.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_updates.sh b/check_updates.sh index 5820256..fd557b5 100755 --- a/check_updates.sh +++ b/check_updates.sh @@ -18,6 +18,7 @@ if [[ ${retval} -ne 0 ]]; then if [[ ${rv} -eq 0 ]]; then # cleanup - rm -rf dist + rm -rf dist build loaih.egg-info + fi fi popd