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
{{ message }}
This repository was archived by the owner on Dec 31, 2019. It is now read-only.
When choosing "Update OpenPlotter Beta" from updates menu, the process encounters errors not being able to access files. For example:
chmod: cannot access 'openplotter_tmp/openplotter': No such file or directory
I believe that the problem is that the update script in 0.10.0 calls the updated_settings script in the new code (after git clone and backup):
cd ~/.config
source openplotter_tmp/update/update_settings.sh
But this script expects to be run from the update_Openplotter.sh script and to have the variable op_folder set, so when it does a cd to that variable it goes to the wrong place (home directory?).
I know that getting a new image is preferable, but I want to try this using a new install of 010.0 so that I could test the update path for an image I have that has been in use for a while and has extra stuff I installed.
Will try updating to stable, then to beta to see if that works and update comments here.