Merge branch '2016.11.8' into '2016.11'

No conflicts.
This commit is contained in:
rallytime 2017-09-18 16:40:05 -04:00
commit 57b9d642c2
2 changed files with 1720 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -129,7 +129,7 @@ fi
###############################################################################
# Remove the salt from the paths.d
###############################################################################
if [ ! -f "/etc/paths.d/salt" ]; then
if [ -f "/etc/paths.d/salt" ]; then
echo "Path: Removing salt from the path..." >> "$TEMP_DIR/preinstall.txt"
rm "/etc/paths.d/salt"
echo "Path: Removed Successfully" >> "$TEMP_DIR/preinstall.txt"