aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 45fc2f9..a374e06 100755
--- a/install.sh
+++ b/install.sh
@@ -119,7 +119,7 @@ abortedPkg () {
if [ "$counterAbortedPkg" -gt 0 ]; then
echo "Количество нераспакованных пакетов: $counterAbortedPkg"
echo "Список находится в ~/.dotfiles/abortedPkg.txt"
- elif [ "$1" = "delete" && -e "$abortedPkgFile" ]; then
+ elif [ "$1" = "delete" ] && [ -e "$abortedPkgFile" ]; then
rm -i "$abortedPkgFile"
fi
}