1
0
Fork 0

Corretto script di check_updates.sh.

This commit is contained in:
Emiliano Vavassori 2022-03-30 01:08:39 +02:00
parent eade74c29a
commit 6895ec357b
1 changed files with 2 additions and 1 deletions

View File

@ -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