indentation

This commit is contained in:
Bernhard Landauer 2016-08-27 23:06:05 +02:00
parent 982d6c8570
commit 1f34771bce
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +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
[[ -e /usr/bin/mhwd-live ]] && sleep 30
/usr/bin/pamac-refresh
;;
esac