From 6ec7f4c183479793a74663ab6d8cb24bb8367271 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Sun, 30 Sep 2012 14:46:47 +0000 Subject: Fix typo --- del-service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'del-service') diff --git a/del-service b/del-service index e40a1cb..da61231 100755 --- a/del-service +++ b/del-service @@ -59,7 +59,7 @@ find_unit() { searchunit="$USERUNITDIR/$unit" elif [ -L "$RUNTIMEUNITDIR/$unit" ]; then searchunit=$(/usr/bin/readlink -m "$RUNTIMEUNITDIR/$unit") - else [ -e "$RUNTIMEUNITDIR/$unit" ]; then + elif [ -e "$RUNTIMEUNITDIR/$unit" ]; then searchunit="$RUNTIMEUNITDIR/$unit" elif [ -L "$SYSTEMUNITDIR/$unit" ]; then searchunit=$(/usr/bin/readlink -m "$SYSTEMUNITDIR/$unit") -- cgit v1.2.1