]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/47/update.sh
Fix core updater 45-48 to remove only old core updates from cache.
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 47 / update.sh
index b67200a70a056a7c554b87a7d65d73ddf874c0c2..02c315c814f28dd005e66b858e1bb69100ebd792 100644 (file)
 /usr/local/bin/backupctrl exclude >/dev/null 2>&1
 
 #
-# Remove core updates from pakfire cache to save space...
-rm -f /var/cache/pakfire/core-upgrade-*.ipfire
+# Remove old core updates from pakfire cache to save space...
+core=47
+for (( i=1; i<=$core; i++ ))
+do
+       rm -f /var/cache/pakfire/core-upgrade-$i.ipfire
+done
+
 #
 #Stop services
 
@@ -34,6 +39,11 @@ rm -f /var/cache/pakfire/core-upgrade-*.ipfire
 #Extract files
 extract_files
 
+#Generate ssh ecdsa host key if not present
+if [ ! -e /etc/ssh/ssh_host_ecdsa_key ]; then
+   ssh-keygen -qf /etc/ssh/ssh_host_ecdsa_key -N '' -t ecdsa
+fi
+
 #
 #Start services