From bed1c665c41308d3e1650cb30114c67946c8736b Mon Sep 17 00:00:00 2001 From: Andrey Miroshnikov Date: Tue, 14 Sep 2021 21:50:51 +0100 Subject: [PATCH 1/1] Added missing /bin/bash at the start, bug 696 still occurring for me --- coriolis_install | 1 + 1 file changed, 1 insertion(+) diff --git a/coriolis_install b/coriolis_install index 2198075..0b96ae9 100755 --- a/coriolis_install +++ b/coriolis_install @@ -1,3 +1,4 @@ +#!/bin/bash # name of user running script if [ -z $SUDO_USER ] echo "Checking whoami for current user" -- 2.30.2