Merge pull request #118 from Zyfarok/patch-1

Tabs to space in hibernate.sh
This commit is contained in:
Jake Day 2018-04-01 13:19:22 -04:00 committed by GitHub
commit a081f426ac
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