use pkill instead of killall

This commit is contained in:
Jonas Forsberg 2020-08-03 15:06:07 +02:00
parent dbd67fe933
commit f056d95fb7
No known key found for this signature in database
GPG Key ID: F2E9818C70350CC9

View File

@ -60,7 +60,7 @@ function gnome_config(){
if asktobreak; then
return
fi
killall firefox
pkill -f firefox firefox
log "Launching firefox to install GNOME Extetions"
firefox https://extensions.gnome.org/extension/1031/topicons/
firefox https://extensions.gnome.org/extension/600/launch-new-instance/
@ -146,7 +146,7 @@ function firefox_config(){
if asktobreak;then
return
fi
killall firefox
pkill -f firefox firefox
$HOME/bin/install_firefox_addon
}