diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:42:58 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-25 23:42:58 +0000 |
commit | 038279a1ec3f2503783d163118db99399cc989bf (patch) | |
tree | 51ca437c656c8639320a5d02a84b53032ecdc8c1 | |
parent | 5e761f5d93077b2e43e24b42dc2f2b4327372cbf (diff) |
kill silently
-rwxr-xr-x | libsisyphus.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsisyphus.sh b/libsisyphus.sh index b3d7e9b..381c93b 100755 --- a/libsisyphus.sh +++ b/libsisyphus.sh @@ -2,7 +2,7 @@ # export dialog && abort flags export local showdialog="yad --title "sisyphus" --text-info --width 800 --height 600 --center --no-buttons --on-top --sticky --fixed --skip-taskbar --listen --tail" -export local abortnow="killall -9 emerge" +export local abortnow="killall -9 emerge > /dev/null 2>&1" # import user interfaces source /usr/lib64/sisyphus/accesoriesui.sh |