Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1041 → Rev 1045

/alcasar.sh
1634,6 → 1634,9
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 "#############################################################################"
1675,9 → 1678,7
read a
fi
clear
# Apply and save the firewall rules
sh $DIR_DEST_BIN/alcasar-iptables.sh
sleep 2
 
reboot
} # End post_install ()