Open DarioX7 opened 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
root@WAGO-PCF200:~ cat /etc/config-tools/config_opcua
https://github.com/braunku/pfc-provisioning-tool/blame/e7d286b2716d31db674bae3f462a129eefb75dc3/menu.sh#L85
Fixed. Thank you.
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
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