Hi,
is it possible to make any protection for my scripts?
So anybody who want to change some scripts must enter any password or something like that.
Hi,
is it possible to make any protection for my scripts?
So anybody who want to change some scripts must enter any password or something like that.
Do you want to protect the robot jobs in total or just some particular script?
If you setup the system password, then put the robot in Automatic control, it will require the password to get back to editing mode.
The I know the password for the manual-mode.
But I need any protection just for some particular scripts.
So that no maintenance person can change anything in this script because he suspects an error in a function that cannot be found there and the program then no longer works.
Hi @steven.sonne,
If you have the admin password you can go into the terminal and use the command chmod Changing File Permissions on the file you would like to protect.
So something in this direction:
~$ chmod 444 your-file
Ebbe
Thanks for this information