mirror of
https://github.com/MaksTinyWorkshop/_Assistant_Lead_Tech
synced 2026-04-06 21:41:42 +02:00
FallBack projet absent sur une machine ou l'autre
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Configuration des projets actifs
|
||||
# Format : nom|stack|path_nuc|path_mac|etat
|
||||
# Ajouter une ligne par projet
|
||||
# Laisser path_nuc ou path_mac vide si le projet n'existe pas sur cette machine
|
||||
# Exemple NUC seulement : mon-projet|Stack|/srv/projects/mon-projet||En cours
|
||||
|
||||
app-alexandrie|NestJS + Expo (React Native) + Prisma + pnpm monorepo|/srv/projects/app-alexandrie|/Volumes/TeraSSD/Projets_Dev/__Mindleaf/app-alexandrie|Epic 2 en préparation
|
||||
|
||||
@@ -25,7 +25,11 @@ build_projects_table() {
|
||||
else
|
||||
path="$path_nuc"
|
||||
fi
|
||||
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