Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54f4d69da6 |
@@ -77,7 +77,6 @@ if [ ! -f "${root_folder}${input_file}" ]; then
|
||||
echo "Missing ${root_folder}${input_file}";
|
||||
exit;
|
||||
fi;
|
||||
exit;
|
||||
# make sure my own folder is owned by root and 600 (except for testing)
|
||||
if [ $(stat -c %a .) != "600" ]; then
|
||||
echo "!!!! RECOMMENDED TO HAVE BASE FOLDER SET TO '600' AND USER 'root' !!!!"
|
||||
|
||||
Reference in New Issue
Block a user