dropbox: pass along positional parameters to exec

gstqt5
Thomas Tuegel 2017-11-17 11:48:34 -06:00
parent 9ce215862e
commit 7e7fbebed9
No known key found for this signature in database
GPG Key ID: 22CBF5249D4B4D59
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ buildFHSUserEnv {
rm "$installer"
fi
exec "$HOME/.dropbox-dist/dropboxd"
exec "$HOME/.dropbox-dist/dropboxd" "$@"
'';
meta = with lib; {