mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-07 05:51:41 +02:00
FallBack projet absent sur une machine ou l'autre
This commit is contained in:
@@ -25,7 +25,11 @@ build_projects_table() {
|
||||
else
|
||||
path="$path_nuc"
|
||||
fi
|
||||
echo "| $nom | $stack | \`$path\` | $etat |"
|
||||
if [ -z "$path" ]; then
|
||||
echo "| $nom | $stack | *non disponible sur cette machine* | $etat |"
|
||||
else
|
||||
echo "| $nom | $stack | \`$path\` | $etat |"
|
||||
fi
|
||||
done < "$PROJECTS_CONF"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user