braunku / pfc-provisioning-tool

MIT License
15 stars 6 forks source link

Wrong file name in menu.sh script #2

Open DarioX7 opened 1 year ago

DarioX7 commented 1 year ago

Hello. This is my first time reporting a bug on github, so if I mess something up, don't beat me up.

I am using PFC200 with the latest firmware version at the moment - V040303_25_r68c5585818.

While looking through the menu.sh script, I wanted to see what it does. I noticed that for

"Option 3 Picked - Disable OPC-UA & IO Check Services"

the file name config-opcua does not match what I have in the system.

root@WAGO-PCF200:~ cat /etc/config-tools/config-opcua cat: can't open '/etc/config-tools/config-opcua': No such file or directory

In my case it is: root@WAGO-PCF200:~ cat /etc/config-tools/config_opcua

https://github.com/braunku/pfc-provisioning-tool/blame/e7d286b2716d31db674bae3f462a129eefb75dc3/menu.sh#L85

braunku commented 1 year ago

Fixed. Thank you.