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:
parent
32328bac8f
commit
e696683026
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
2
x
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue