diff --git a/ChangeLog b/ChangeLog index 50085a7..6d01127 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,10 @@ -Version 2014.xx.xx: +Version 2014.02.27: * Fixed a bug on the services enabled function searching logic. * Arch, Fedora, openSUSE and SuSE now check for services enabled, if using systemd * CentOS(and any RedHat based) and Ubuntu now check for services enabled is using upstart * Distro Support Added: * Debian 8. Thank You Boris Feld(Lothiraldan). - Version 2014.02.19: * Fixed a problem with the quotes of an error message * Distro Support Fixed: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 3805433..0dcf4cf 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -17,7 +17,7 @@ # CREATED: 10/15/2012 09:49:37 PM WEST #====================================================================================================================== set -o nounset # Treat unset variables as an error -__ScriptVersion="2014.02.19" +__ScriptVersion="2014.02.27" __ScriptName="bootstrap-salt.sh" #======================================================================================================================