ajotu de la condition root pour find_hostname
This commit is contained in:
parent
8e0136d8dd
commit
428110dad1
scripts/server-dhcp
|
@ -1,5 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Importer les fonctions communes
|
||||
source "$(dirname "$0")/../common/common_utils.sh"
|
||||
|
||||
# Vérifier si le script est exécuté en root
|
||||
check_root
|
||||
|
||||
# Vérifie si une IP est fournie
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: $0 <IP>"
|
||||
|
|
Loading…
Reference in New Issue