feat: KIAUH v4.0.0 #191
Reference in New Issue
Block a user
Delete Branch "v4-rc"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Todo:
Testing required:
FluiddPi (latest)(FluiddPi is currently not maintained)Postponed (will be released later - no ETA):
Signed-off-by: Dominik Willner th33xitus@gmail.com
working on armbian 22.02 (Orange Pi 3)
Thank you for the feedback! Which functions did you test exactly?
Klipper Moonraker and fluidd
I had to make this change in order to fix the error I got when I attempted to change the hostname (4/advanced, 7/change hostname from the menus) on armbian-22.05-trunk.
Thank you! Yes that was indeed a typo and i just fixed it.
@@ -0,0 +290,4 @@sudo sed -i "/root/s/pi/${USER}/" "${cfg}"fi#moving the config file into correct directoryThis will require attention again in October when 22.10 comes out. Unless this change is harmful on 21.04 it may be better to just remove the version check altogether.
Perhaps the script could simply check if the nginx user has sufficient permission and run chmod if it does not? Unsure if things like selinux or other sandboxing may come into play here.
@@ -0,0 +290,4 @@sudo sed -i "/root/s/pi/${USER}/" "${cfg}"fi#moving the config file into correct directoryFair point. Maybe not a bad idea indeed. Or at least something like checking if
distro_name == "Ubuntu"and if that is the case i then check for the required permissions. Another way would be to check for major version greater than20. Because up until Ubuntu 20, no permission changes are required.