RealTimeSync enviroment variables on Linux

Discuss new features and functions
Posts: 7
Joined: 23 Jun 2021

RCRalph

Hello,

I've tried to see what files cause RealTimeSync to run.
When I looked into the documentation, I saw that on Linux I should enter the following command:
echo %change_action% "%change_path%" >> ~/Desktop/log.txt
However I found out that this doesn't work. What worked for me was the following line:
echo "$change_action $change_path" >> ~/Desktop/log.txt
If I may, I suggest changing the documentation to include the correct command.
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

Fixed.
Posts: 7
Joined: 23 Jun 2021

RCRalph

Thank you, there might also be a typo in the paragraph below, it says %changed_file% instead of %change_file%
User avatar
Site Admin
Posts: 7058
Joined: 9 Dec 2007

Zenju

That should be "change_path", thanks!