You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cron is not working as advertised, and that's the part that actually pulls changes from the server, so without it, lipsync only appears to be doing syncs in one direction. I need to read up on how to have a setup script create a cron script, I copied an existing one in /etc/cron.d, but it fails...however, if I run this command (as root) all is good, updates on the server come down to the client:
su phil -c "/usr/local/bin/lipsync"
of course the above won't work for you unless your (user)name is also phil :)
The text was updated successfully, but these errors were encountered:
I had root trying to setup a crontab for itself, but now the install just adds a line to the user's crontab - much better, more secure, best practices, etc...done!
cron is not working as advertised, and that's the part that actually pulls changes from the server, so without it, lipsync only appears to be doing syncs in one direction. I need to read up on how to have a setup script create a cron script, I copied an existing one in /etc/cron.d, but it fails...however, if I run this command (as root) all is good, updates on the server come down to the client:
su phil -c "/usr/local/bin/lipsync"
of course the above won't work for you unless your (user)name is also phil :)
The text was updated successfully, but these errors were encountered: