mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added code to add /opt/salt/bin to the path
remmed out
This commit is contained in:
parent
1e7468a08c
commit
6f1a8f4146
1 changed files with 3 additions and 0 deletions
|
@ -59,6 +59,9 @@ launchctl disable system/com.saltstack.salt.master
|
|||
launchctl disable system/com.saltstack.salt.syndic
|
||||
launchctl disable system/com.saltstack.salt.api
|
||||
|
||||
# echo "Path: Adding salt to the path..." >> /tmp/postinstall.txt
|
||||
# echo "/opt/salt/bin" > /etc/paths.d/salt
|
||||
|
||||
echo "Post install completed successfully" >> /tmp/postinstall.txt
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue