diff --git a/postgres/templates/mac_shortcut.sh b/postgres/templates/mac_shortcut.sh index 4f560bf..c9c6187 100755 --- a/postgres/templates/mac_shortcut.sh +++ b/postgres/templates/mac_shortcut.sh @@ -1,8 +1,7 @@ #!/usr/bin/env bash -shortcutName='${1}' +shortcutName="${1}" app="postgres.app" Source="/Applications/$app" Destination="{{ homes }}/{{ user }}/Desktop/${shortcutName}" /usr/bin/osascript -e "tell application \"Finder\" to make alias file to POSIX file \"$Source\" at POSIX file \"$Destination\"" -