forked from cromer/pamac-classic
be polite and wait for mhwd-live script https://bugs.manjaro.org/index.php?do=details&task_id=14
This commit is contained in:
parent
6bdaf01e5c
commit
982d6c8570
@ -5,6 +5,8 @@ STATUS=$2 # The new state of the interface
|
|||||||
|
|
||||||
case "$STATUS" in
|
case "$STATUS" in
|
||||||
'up') # $INTERFACE is up
|
'up') # $INTERFACE is up
|
||||||
/usr/bin/pamac-refresh
|
[[ -e /usr/bin/mhwd-live ]] && sleep 30
|
||||||
;;
|
/usr/bin/pamac-refresh
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user