fixing naming for salt-config.

This commit is contained in:
Gareth J. Greenaway 2023-01-25 11:51:14 -08:00 committed by Megan Wilhite
parent af30a8190d
commit ec795cdbd0

View file

@ -77,7 +77,7 @@ fi
# This is a special tool to make it easier for the user to get started setting
# up salt
log "Symlink: Creating symlink for salt-config..."
ln -sf "$INSTALL_DIR/salt-config" "$SBIN_DIR/salt-config"
ln -sf "$INSTALL_DIR/salt-config.sh" "$SBIN_DIR/salt-config"
if [ -f "$SBIN_DIR/salt-config" ]; then
log "Symlink: Created Successfully"
else