Fix error: missing command

This commit is contained in:
Alexandre CATTEAU 2024-08-12 20:31:07 +02:00
parent 8fab47ec65
commit 43492c524e

View File

@ -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..."