ajotu de la condition root pour find_hostname

This commit is contained in:
Cédric Abonnel 2025-03-13 08:31:59 +01:00
parent 8e0136d8dd
commit 428110dad1
1 changed files with 6 additions and 0 deletions
scripts/server-dhcp

View File

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