diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/pishrink.sh b/pishrink.sh index 7698367..697bda8 100755 --- a/pishrink.sh +++ b/pishrink.sh @@ -132,7 +132,7 @@ if [[ $? != 0 ]]; then return -1 else rm -f /etc/rc.local; cp -f /etc/rc.local.bak /etc/rc.local; /etc/rc.local - bloom_reset() + bloom_reset reboot exit fi @@ -152,7 +152,7 @@ if [[ -f /etc/rc.local.bak ]]; then cp -f /etc/rc.local.bak /etc/rc.local /etc/rc.local fi -bloom_reset() +bloom_reset exit 0 EOF1 #####End no touch zone#####