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 'remote-update.sh')
-rw-r--r--remote-update.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote-update.sh b/remote-update.sh
index 03def133..66471622 100644
--- a/remote-update.sh
+++ b/remote-update.sh
@@ -25,7 +25,7 @@ cleanup()
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
}