mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixing naming for salt-config.
This commit is contained in:
parent
af30a8190d
commit
ec795cdbd0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue