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
The version of install.sh from rfxn.com is not the same as the version on GitHub; among other differences is the line where the error occurs. In the rfxn.com version, install.sh ends with:
46 if [ "$cron" == "1" ]; then
47 echo "CronJob path: /etc/cron.d/prm"
48 fi
...which my guess is designed to suppress this error? (I don't know shell scripting.)
This is not the only difference between the two versions of install.sh... is there any meaningful difference between the two versions of prm? If so, which one is preferable?
The text was updated successfully, but these errors were encountered:
I just installed
prm
from your website, and runninginstall.sh
on Ubuntu 20.04 LTS gives the following output:The version of
install.sh
from rfxn.com is not the same as the version on GitHub; among other differences is the line where the error occurs. In the rfxn.com version,install.sh
ends with:Whereas here it ends with:
process-resource-monitoring/install.sh
Lines 48 to 56 in c245021
...which my guess is designed to suppress this error? (I don't know shell scripting.)
This is not the only difference between the two versions of
install.sh
... is there any meaningful difference between the two versions ofprm
? If so, which one is preferable?The text was updated successfully, but these errors were encountered: