projects
/
dev-env-setup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
049b1b2
)
Added missing /bin/bash at the start, bug 696 still occurring for me
author
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 14 Sep 2021 20:50:51 +0000
(21:50 +0100)
committer
Andrey Miroshnikov
<andrey@technepisteme.xyz>
Tue, 14 Sep 2021 20:50:51 +0000
(21:50 +0100)
coriolis_install
patch
|
blob
|
history
diff --git
a/coriolis_install
b/coriolis_install
index 2198075e3c0cbea1e912259af6aa6383042f9880..0b96ae9e20f273b0de810c069c6aaf63bfe5a134 100755
(executable)
--- 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"