More labsheet fixes

This commit is contained in:
Z. Cliffe Schreuders
2017-10-13 16:28:05 +01:00
parent 39faceccbf
commit e62a53dcb5

View File

@@ -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>