Mac entry script: Add space before calling path so that zsh doesn't remove first character of path when prompting for update. (#8976)
* Add space before calling path so that zsh doesn't remove first character of path when prompting for update. * Updated config.yml * Update config.yml * Update config.yml
This commit is contained in:
parent
c1a6312ce3
commit
1b7a52d0b6
|
|
@ -7,7 +7,7 @@ else
|
|||
cd $currentDir
|
||||
osascript<<EOF
|
||||
tell application "Terminal"
|
||||
do script "$currentDir/../Resources/usr/bin/telegraf $@"
|
||||
do script " $currentDir/../Resources/usr/bin/telegraf $@"
|
||||
end tell
|
||||
EOF
|
||||
fi
|
||||
Loading…
Reference in New Issue