bluesky-social / pds

Bluesky PDS (Personal Data Server) container image, compose file, and documentation
Other
1.47k stars 134 forks source link

Use portable shebangs #121

Open t4ccer opened 3 weeks ago

t4ccer commented 3 weeks ago

Use #!/usr/bin/env bash instead of #!/bin/bash. Some systems, like NixOS, do not have bash in /bin, /usr/bin/env will look up bash path instead

BatteredBunny commented 3 weeks ago

LGTM