changed Files: config_hex.grote.lan.rsc

config_rb5009.grote.lan.rsc
x

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-07-21 18:44:44 +02:00
parent 32328bac8f
commit e696683026
No known key found for this signature in database
GPG key ID: 4D4C2CD4AE7F095E
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# 2023-07-21 18:43:40 by RouterOS 7.10
# 2023-07-21 18:44:24 by RouterOS 7.10
# software id = NPZE-DVQU
#
# model = RB750Gr3

View file

@ -1,4 +1,4 @@
# 2023-07-21 18:43:35 by RouterOS 7.10
# 2023-07-21 18:44:16 by RouterOS 7.10
# software id = 56R5-PRTF
#
# model = RB5009UG+S+

2
x
View file

@ -34,7 +34,7 @@ while read -r fqdn path; do
echo add
git add config_${fqdn}.rsc
echo commit
git commit -m update config_${fqdn}
git commit -m "update config_${fqdn}"
done <<< "$devices"
# Restore the original IFS value