Tabs to space in hibernate.sh

Fix inconsistent use of space and tabs in hibernate.sh
This commit is contained in:
Zyfarok 2018-03-27 15:19:57 +02:00 committed by GitHub
parent cc0392f443
commit 58a2720a85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,12 @@ case $1/$2 in
#echo 1 > /sys/bus/pci/devices/0000\:02\:00.0/reset
;;
post/*)
modprobe intel_ipts
modprobe mei_me
modprobe intel_ipts
modprobe mei_me
modprobe mei
modprobe mwifiex_pcie
modprobe mwifiex
modprobe mwifiex
#echo 1 > /sys/bus/pci/devices/0000\:02\:00.0/reset
systemctl start NetworkManager.service
;;
esac