From 4c45e2e73ff01ec0cac27050a0a4aef4a2ded59e Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Sat, 29 Jun 2019 16:48:23 +0200 Subject: [PATCH] make runnable on other platforms --- ssh-checker.sh | 2 +- uberspace-backup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ssh-checker.sh b/ssh-checker.sh index ea56c93..5b1b349 100755 --- a/ssh-checker.sh +++ b/ssh-checker.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-Copyright: 2019 Max Mehl # SPDX-License-Identifier: GPL-3.0-or-later ######################################################################## diff --git a/uberspace-backup.sh b/uberspace-backup.sh index 5d5720c..70d8286 100755 --- a/uberspace-backup.sh +++ b/uberspace-backup.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-Copyright: 2019 Max Mehl # SPDX-License-Identifier: GPL-3.0-or-later ########################################################################