Fix error: missing command

This commit is contained in:
Alexandre CATTEAU 2024-08-12 20:59:49 +02:00
parent 099e533a54
commit 2f18463180

View File

@ -1,6 +1,7 @@
#!/usr/bin/env bash
run_directory=$(dirname $(readlink -f "$0"))
user=$(whoami)
if [[ $user != 'root' ]]; then
sudo="sudo"