Command was failing

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-03 17:40:13 +01:00
parent 190e2c86d8
commit ced8b15b50

View file

@ -8,4 +8,4 @@ Target = *
[Action]
Description = Looking for pacnew and pacsave files...
When = PostTransaction
Exec = find / -regextype posix-extended -regex ".+\.pac(new|save)" 2> /dev/null && echo 'You should run pacdiff now'
Exec = /bin/sh -c '/usr/bin/find / -regextype posix-extended -regex ".+\.pac(new|save)" 2>/dev/null; echo "Done"'