Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guysoft/OctoPi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sheffer <guysoft@gmail.com>2018-03-07 20:20:59 +0300
committerGuy Sheffer <guysoft@gmail.com>2018-03-07 20:20:59 +0300
commitc967c581f5ac6a54bd97e19a8a75ff72dc69dad7 (patch)
treebbd5789e6894be6b077c6993d1279e94b802f680
parent1c2f620f3d1253752a78f9a8e601b1face88fdbc (diff)
Moving to CustomPiOS, see #501
-rwxr-xr-xsrc/modules/octopi/start_chroot_script3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/octopi/start_chroot_script b/src/modules/octopi/start_chroot_script
index 9b82460..b5d250c 100755
--- a/src/modules/octopi/start_chroot_script
+++ b/src/modules/octopi/start_chroot_script
@@ -185,9 +185,6 @@ systemctl_if_exists disable lightdm.service || true
update-rc.d change_password defaults
update-rc.d change_hostname defaults
-### Fix SSH
-echo "IPQoS 0x00" >> /etc/ssh/sshd_config
-
### Try and fix https://github.com/guysoft/OctoPi/issues/424