chg: bastion-sync-helper.sh: use sh instead of bash

This commit is contained in:
Stéphane Lesimple 2024-04-16 14:06:10 +00:00 committed by Stéphane Lesimple
parent 1f6e6c3639
commit 29437466dd

View file

@ -1,4 +1,4 @@
#! /usr/bin/env bash
#!/bin/sh
# vim: set filetype=sh ts=4 sw=4 sts=4 et:
if [ "$USER" != "bastionsync" ]; then
echo "Unexpected user, aborting" >&2