mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-21 19:28:02 +00:00
More labsheet fixes
This commit is contained in:
@@ -422,7 +422,7 @@ Randomised instance generated by [SecGen](http://github.com/cliffe/SecGen) (<%=
|
||||
<!-- topic: Rsync incremental-->
|
||||
<prompt>Restore <%= $second_user %>'s notes file to it's earliest state</prompt>
|
||||
|
||||
<post_command>grep '<%= $rand2 %>' /home/<%= $second_user %>/notes > /dev/null; status1=$?; echo $status1</post_command>
|
||||
<post_command>grep '<%= $first_notes %>' /home/<%= $second_user %>/notes > /dev/null; status1=$?; echo $status1</post_command>
|
||||
<condition>
|
||||
<output_matches>0</output_matches>
|
||||
<message>:) Well done! <%= $flags.pop %> </message>
|
||||
|
||||
Reference in New Issue
Block a user