This commit is contained in:
Gwenhael Le Moine 2024-11-26 16:22:58 +01:00
parent eff88f5651
commit cec983c550
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -24,7 +24,7 @@ fi
if [ "$SHORT_HOSTNAME" == "gwenhael" ]; then if [ "$SHORT_HOSTNAME" == "gwenhael" ]; then
PKGs_gwenhael=$PKGs_local PKGs_gwenhael=$PKGs_local
else else
PKGs_gwenhael=$(ls /var/lib/pkgtools/packages/ | sed 's|^\(.*\)-.*-.*-.*$|\1|') PKGs_gwenhael=$(ssh gwenhael ls /var/lib/pkgtools/packages/ | sed 's|^\(.*\)-.*-.*-.*$|\1|')
fi fi
PKG_OK="| x " PKG_OK="| x "