Skip to content
Snippets Groups Projects
Commit 0581585c authored by Moe Jette's avatar Moe Jette
Browse files

Add two chmod calls to test7.11 to make sure it runs when

original access rights or UMASK are not set to good values.
parent de6dda57
No related branches found
No related tags found
No related merge requests found
......@@ -98,6 +98,8 @@ if {[file exists $spank_conf_file]} {
exec $bin_cp $spank_conf_file $orig_spank_conf
exec $bin_cp $spank_conf_file $new_spank_conf
exec $bin_chmod 700 $spank_conf_file
exec $bin_chmod 700 $new_spank_conf
} else {
exec $bin_cp /dev/null $new_spank_conf
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment