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
|
cd $currentDir
|
||||||
osascript<<EOF
|
osascript<<EOF
|
||||||
tell application "Terminal"
|
tell application "Terminal"
|
||||||
do script "$currentDir/../Resources/usr/bin/telegraf $@"
|
do script " $currentDir/../Resources/usr/bin/telegraf $@"
|
||||||
end tell
|
end tell
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
Loading…
Reference in New Issue