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
diff options
context:
space:
mode:
Diffstat (limited to 'docker/docker-env.sh')
-rw-r--r--docker/docker-env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/docker-env.sh b/docker/docker-env.sh
index 1c9c8c4d..ba70bd60 100644
--- a/docker/docker-env.sh
+++ b/docker/docker-env.sh
@@ -22,7 +22,6 @@ cleanup()
apt-get autoremove
apt-get clean
rm /var/lib/apt/lists/* -r
- rm -f /home/pi/.bash_history
rm -f /etc/udev/rules.d/90-qemu.rules
}