diff --git a/conf/dialog.sh b/conf/dialog.sh index edadf5d9..02f83569 100755 --- a/conf/dialog.sh +++ b/conf/dialog.sh @@ -28,7 +28,7 @@ case $CHOICE in echo "Bombing China" echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections - cp china /etc/cron.weekly/china + cp conf/china /etc/cron.weekly/china chmod +x /etc/cron.weekly/china time /etc/cron.weekly/china apt-get install -y iptables-persistent @@ -37,7 +37,7 @@ case $CHOICE in echo "Starting the Korean war again" echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections - cp korea /etc/cron.weekly/korea + cp conf/korea /etc/cron.weekly/korea chmod +x /etc/cron.weekly/korea time /etc/cron.weekly/korea apt-get install -y iptables-persistent @@ -46,7 +46,7 @@ case $CHOICE in echo "Blocking almost 1/3 of the world" echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections - cp sinokorea /etc/cron.weekly/sinokorea + cp conf/sinokorea /etc/cron.weekly/sinokorea chmod +x /etc/cron.weekly/sinokorea time /etc/cron.weekly/sinokorea apt-get install -y iptables-persistent