diff options
Diffstat (limited to 'scripts/once-only-nextcloud.sh')
-rwxr-xr-x | scripts/once-only-nextcloud.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/once-only-nextcloud.sh b/scripts/once-only-nextcloud.sh index 8400080..7886b6f 100755 --- a/scripts/once-only-nextcloud.sh +++ b/scripts/once-only-nextcloud.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash if [ "$(pidof nextcloud)" ] then |