Added missing /bin/bash at the start, bug 696 still occurring for me
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 14 Sep 2021 20:50:51 +0000 (21:50 +0100)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 14 Sep 2021 20:50:51 +0000 (21:50 +0100)
coriolis_install

index 2198075e3c0cbea1e912259af6aa6383042f9880..0b96ae9e20f273b0de810c069c6aaf63bfe5a134 100755 (executable)
@@ -1,3 +1,4 @@
+#!/bin/bash
 # name of user running script
 if [ -z $SUDO_USER ]
   echo "Checking whoami for current user"
 # name of user running script
 if [ -z $SUDO_USER ]
   echo "Checking whoami for current user"