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

pull/472/head
Stéphane Lesimple 2 years ago committed by Stéphane Lesimple
parent 1f6e6c3639
commit 29437466dd

@ -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

Loading…
Cancel
Save