Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1045 → Rev 1044

/alcasar.sh
1634,9 → 1634,6
chown -R root:apache $DIR_DEST_ETC/*
chmod -R 660 $DIR_DEST_ETC/*
chmod ug+x $DIR_DEST_ETC/digest
# Apply and save the firewall rules
sh $DIR_DEST_BIN/alcasar-iptables.sh
sleep 2
cd $DIR_INSTALL
echo ""
echo "#############################################################################"
1678,7 → 1675,9
read a
fi
clear
 
# Apply and save the firewall rules
sh $DIR_DEST_BIN/alcasar-iptables.sh
sleep 2
reboot
} # End post_install ()