standardnotes / self-hosted

[Legacy] Self-host your own Standard Notes server for end-to-end encrypted notes and files
https://github.com/standardnotes/server
GNU Affero General Public License v3.0
343 stars 39 forks source link

Remove `function` keyword, fix redirection #106

Open aburgd opened 1 year ago

aburgd commented 1 year ago

Lines 45 and 54 used function keyword, which is not used in prior function declarations. Line 60 threw a syntax error for unexpected redirection, changed <<< operator to use echo and a pipe.