Skip to content
Snippets Groups Projects
Commit b243a738 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Make the unchecked file world-readable.

parent 58d25fcc
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ do ...@@ -20,6 +20,7 @@ do
done < /opt/enodia/export/active_ips.txt done < /opt/enodia/export/active_ips.txt
unchecked=`wc -l < "$UNCHECKED"` unchecked=`wc -l < "$UNCHECKED"`
chmod 644 "$UNCHECKED"
if [ $unchecked = 0 ] if [ $unchecked = 0 ]
then then
echo "OK - all checked | unchecked=0" echo "OK - all checked | unchecked=0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment