From 389d4d578fe6b183659776f4b624d0bddcfdfec9 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Mon, 26 Jun 2023 19:52:01 +0200 Subject: [PATCH] backup-fs: revert shebang I'm pretty sure that't not the underlying problem. --- opt/backup-fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/backup-fs b/opt/backup-fs index 743f5ad..7e5face 100644 --- a/opt/backup-fs +++ b/opt/backup-fs @@ -1,4 +1,4 @@ -#!/usr/bin/env -S bash -i +#!/usr/bin/env bash function yesno { unset DISCARD_ME