forked from cromer/pamac-classic
Merge pull request #158 from oberon2007/master
fix https://bugs.manjaro.org/index.php?do=details&task_id=14
This commit is contained in:
commit
a070046874
@ -5,6 +5,8 @@ STATUS=$2 # The new state of the interface
|
||||
|
||||
case "$STATUS" in
|
||||
'up') # $INTERFACE is up
|
||||
[[ -e /usr/bin/mhwd-live ]] && sleep 30
|
||||
/usr/bin/pamac-refresh
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user