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:
-rw-r--r--build-devel.sh1
-rw-r--r--docker-armhf/docker-env.sh1
-rw-r--r--docker/docker-env.sh1
-rw-r--r--raspbian-cleanup.sh1
-rw-r--r--remote-update.sh1
5 files changed, 0 insertions, 5 deletions
diff --git a/build-devel.sh b/build-devel.sh
index b37e81e3..bfc7bd6a 100644
--- a/build-devel.sh
+++ b/build-devel.sh
@@ -53,7 +53,6 @@ cleanup()
apt-get autoremove -y
apt-get clean
rm -rf /var/lib/apt/lists/*
- rm -f /home/pi/.bash_history
systemctl disable ssh
rm -f /etc/udev/rules.d/90-qemu.rules
sudo -u www-data php /var/www/nextcloud/occ config:system:delete trusted_domains 1
diff --git a/docker-armhf/docker-env.sh b/docker-armhf/docker-env.sh
index 70c9bc04..5409f9c3 100644
--- a/docker-armhf/docker-env.sh
+++ b/docker-armhf/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
systemctl disable ssh
}
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
}
diff --git a/raspbian-cleanup.sh b/raspbian-cleanup.sh
index 76ffa522..77a66247 100644
--- a/raspbian-cleanup.sh
+++ b/raspbian-cleanup.sh
@@ -23,7 +23,6 @@ cleanup()
apt-get autoremove -y
apt-get clean
rm /var/lib/apt/lists/* -r
- rm -f /home/pi/.bash_history
# restore expand filesystem on first boot
cat > /etc/init.d/resize2fs_once <<'EOF'
diff --git a/remote-update.sh b/remote-update.sh
index 66471622..e1cb888d 100644
--- a/remote-update.sh
+++ b/remote-update.sh
@@ -23,7 +23,6 @@ cleanup()
apt-get autoremove -y
apt-get clean
rm -rf /var/lib/apt/lists/*
- rm -f /home/pi/.bash_history
systemctl disable ssh
rm -f /etc/udev/rules.d/90-qemu.rules
sudo -u www-data php /var/www/nextcloud/occ config:system:delete trusted_domains 1