aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrofi-pass4
1 files changed, 4 insertions, 0 deletions
diff --git a/rofi-pass b/rofi-pass
index ba25829..c334faf 100755
--- a/rofi-pass
+++ b/rofi-pass
@@ -114,6 +114,8 @@ generateQrCode() {
if [[ $exit_code -eq "1" ]]
then
exit
+ else
+ "${basecommand}"
fi
fi
checkIfPass
@@ -125,6 +127,8 @@ generateQrCode() {
if [[ $exit_value -eq "1" ]]
then
exit
+ else
+ "${basecommand}"
fi
fi
clearUp