Fix error: missing command
This commit is contained in:
parent
8fab47ec65
commit
43492c524e
@ -1,6 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
run_directory=$(dirname $(readlink -f "$0"))
|
run_directory=$(dirname $(readlink -f "$0"))
|
||||||
|
user=$(whoami)
|
||||||
|
|
||||||
if [ -f $run_directory/.disabled ]; then
|
if [ -f $run_directory/.disabled ]; then
|
||||||
echo "Installation is disabled. Exiting..."
|
echo "Installation is disabled. Exiting..."
|
||||||
|
Loading…
Reference in New Issue
Block a user