lollipopkit / flutter_server_box

ServerBox - server status & toolbox
GNU General Public License v3.0
4.4k stars 283 forks source link

error after connection #299

Closed dani7959 closed 6 months ago

dani7959 commented 6 months ago

Ubuntu Server 18.04.6. When connecting server:

Notes: Terminal SSH connection works OK Server reports system load / mem usage / swap usage via shell OK

Screenshot 2024-03-06 at 20 46 24

Ios 17.4

lollipopkit commented 6 months ago

Can you exec sh ~/.config/server_box/mobile_v40.sh in terminal? Does it exists? Executable?

dani7959 commented 6 months ago

Sorry for the late response. There was no access to the .config folder. Solved by giving write access with chmod.

Maybe show a message "Check write permissions for ~/.config/ folder"

Thanks!

lollipopkit commented 6 months ago

Now, the install script will check .config perm first, thanks for your feedback.