linux: Fix invite open in startup script

This commit is contained in:
Hylke Bons 2016-03-28 13:06:24 +01:00
parent b1b582386b
commit 8b86a9975b

View file

@ -10,7 +10,7 @@ case $1 in
invite=`date -u +%N` invite=`date -u +%N`
open=`echo $2 | sed 's/sparkleshare:\/\/addProject\///'` open=`echo $2 | sed 's/sparkleshare:\/\/addProject\///'`
curl --insecure --output ~/SparkleShare/.$invite.xml $open curl --insecure --output ~/SparkleShare/.$invite.xml $open
start mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe"
;; ;;
help|--help) help|--help)
mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help
@ -19,4 +19,3 @@ case $1 in
mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" $2 mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" $2
;; ;;
esac esac