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

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2017-11-24 20:24:22 +0300
committernachoparker <nacho@ownyourbits.com>2017-11-24 20:24:55 +0300
commit86ab526cd904318a044af82b8d470cd2929068cf (patch)
treec1c6f401d6a63318a2af9ab119b8d7fd7372a4a0 /docker
parentc0cb88088c2d0e5d7c7e19d7af11fce8b2e87d3b (diff)
build: fix cleanupv0.37.3
Diffstat (limited to 'docker')
-rw-r--r--docker/docker-env.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/docker/docker-env.sh b/docker/docker-env.sh
index 70c9bc04..1c9c8c4d 100644
--- a/docker/docker-env.sh
+++ b/docker/docker-env.sh
@@ -23,8 +23,7 @@ cleanup()
apt-get clean
rm /var/lib/apt/lists/* -r
rm -f /home/pi/.bash_history
-
- systemctl disable ssh
+ rm -f /etc/udev/rules.d/90-qemu.rules
}
# License