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
In my Raspi-setup I added user "thomas" and deleted user "pi" including /home/pi for security reasons. Automatic installation worked fine except for autostart with PM2 (which I enabled during the installation process). PM2 was looking for the (startup-) script /home/pi/TeleFrame/tools/tf_wfi.sh which obviously could not be found. The folder TeleFrame was correctly installed under /home/THOMAS/ though.
I just wanted to mention, that this problem occurs, when installing without the user "pi". I could not track down, where this configuration for PM2 resides. After running manually "PM2 startup" -> tf_wfi.sh -> "PM2 save" everything works fine again!
The text was updated successfully, but these errors were encountered:
The user pi is hardcoded in the install script tools/install_raspberry.sh as well as the tools/pm2_TeleFrame.json and tools/pm2_TeleFrame_waitForInternet.json.
Manually changing it and executing the steps in tools/install_raspberry.sh step by step worked in my case.
In my Raspi-setup I added user "thomas" and deleted user "pi" including /home/pi for security reasons. Automatic installation worked fine except for autostart with PM2 (which I enabled during the installation process). PM2 was looking for the (startup-) script /home/pi/TeleFrame/tools/tf_wfi.sh which obviously could not be found. The folder TeleFrame was correctly installed under /home/THOMAS/ though.
I just wanted to mention, that this problem occurs, when installing without the user "pi". I could not track down, where this configuration for PM2 resides. After running manually "PM2 startup" -> tf_wfi.sh -> "PM2 save" everything works fine again!
The text was updated successfully, but these errors were encountered: