mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
/bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
3 lines
102 B
Bash
Executable File
3 lines
102 B
Bash
Executable File
#!/usr/bin/env bash
|
|
"$(dirname "$0")/lib/upgrade-zulip" "$@" 2>&1 | tee -a /var/log/zulip/upgrade.log
|