Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1902 → Rev 1903

/alcasar.sh
1635,8 → 1635,9
if [ "$mode" != "update" ]; then
$DIR_DEST_BIN/alcasar-bl.sh --adapt
$DIR_DEST_BIN/alcasar-bl.sh --cat_choice
mv $DIR_CONF/ossi-tor_node.txt $DIR_DEST_SHARE/iptables-bl-enabled/
chown dansguardian:apache $DIR_DEST_SHARE/iptables-bl-enabled/ossi-tor_node.txt
mv $DIR_CONF/ossi-tor_node_ip $DIR_DEST_SHARE/iptables-bl-enabled/
chown dansguardian:apache $DIR_DEST_SHARE/iptables-bl-enabled/ossi-tor_node_ip
chmod g+w $DIR_DEST_SHARE/iptables-bl-enabled/ossi-tor_node_ip
fi
}