Skip to content
Snippets Groups Projects
Commit 982d6c85 authored by Bernhard Landauer's avatar Bernhard Landauer
Browse files

be polite and wait for mhwd-live script https://bugs.manjaro.org/index.php?do=details&task_id=14

parent 6bdaf01e
No related branches found
No related tags found
1 merge request!158fix https://bugs.manjaro.org/index.php?do=details&task_id=14
......@@ -5,6 +5,8 @@ STATUS=$2 # The new state of the interface
case "$STATUS" in
'up') # $INTERFACE is up
/usr/bin/pamac-refresh
;;
[[ -e /usr/bin/mhwd-live ]] && sleep 30
/usr/bin/pamac-refresh
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment