commit 625d9f498d17f1247453f607ee6f06ee0af0699e
parent 4a5ede59e4bfb56f3fa1a04ec39049aa42281263
Author: Oscar Benedito <oscar@oscarbenedito.com>
Date: Sun, 21 Mar 2021 22:09:36 +0100
Shebang env to /bin/sh on POSIX shell
Diffstat:
6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/check-changes-website.sh b/check-changes-website.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/davup.sh b/davup.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# DAVup
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
diff --git a/goaccess-run-daily.sh b/goaccess-run-daily.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/login-notify.sh b/login-notify.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
# This program is free software: you can redistribute it and/or modify
diff --git a/notify.sh b/notify.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Gotify notify
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
diff --git a/website-backup.sh b/website-backup.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env sh
+#!/bin/sh
# Copyright (C) 2020 Oscar Benedito <oscar@oscarbenedito.com>
#
# This program is free software: you can redistribute it and/or modify