From a95b3cf17aeff7c6e306abbf2541095b7376a489 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Jul 2025 10:26:59 -0400 Subject: [PATCH] remove temporary file --- deploy-initial | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-initial b/deploy-initial index d2fe639..d992f73 100755 --- a/deploy-initial +++ b/deploy-initial @@ -61,6 +61,7 @@ rm etc/ssh/sshd_config.tmp synproxy_threshold=$(( ${hosts_conntrack_size[$host]} / 64 )) sed "s/{{synproxy_threshold}}/$synproxy_threshold/g" etc/nftables/nftables-${hosts_firewall[$host]:-web}.conf >tmp rsync -cv tmp $remote:/mnt/etc/nftables.conf +rm tmp ssh $remote "arch-chroot /mnt systemctl enable chronyd.service fstrim.timer logrotate.timer nftables.service systemd-networkd.service systemd-oomd.service sshd.service sysstat.service unbound.service" ssh $remote "arch-chroot /mnt systemctl disable remote-fs.target systemd-network-generator.service systemd-userdbd.socket"