build: no need to remove history

This commit is contained in:
nachoparker 2017-12-05 09:49:41 +01:00
parent ed064bec1f
commit 36bb1dee32
5 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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
}

View File

@ -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
}

View File

@ -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'

View File

@ -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