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
342 stars 38 forks source link

fix: shebang change to bash #103

Closed antonheitz closed 1 year ago

antonheitz commented 1 year ago

This scripts uses bash syntax (not sh). For most systems this will be irrelevant (since /bin/sh points to /bin/bash), but some systems (like for some users reporting issues on Discord/Self-hosting) are using native sh for /bin/sh.