ok. adding sleep as seems that base is being ommited

This commit is contained in:
JaKooLit
2024-01-01 22:49:55 +09:00
parent 4dc56c6493
commit 70af4617c2
3 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,8 @@ if [ ! -d Install-Logs ]; then
mkdir Install-Logs
fi
if [ ! -d paru-bin ]; then
# checking if paru-bin exist and removing if it is
if [ -d paru-bin ]; then
rm -rf paru-bin 2>&1 | tee -a "$LOG"
fi