Browse Source

File for renaming old apache server and decryptor timestamps and opening a new timestamp file for both.

dettanym 4 years ago
parent
commit
83da4355e5
1 changed files with 7 additions and 0 deletions
  1. 7 0
      clear_all_restart_server.sh

+ 7 - 0
clear_all_restart_server.sh

@@ -0,0 +1,7 @@
+ts=$(date +%s%6N);
+mv ~/Decryptorapp/decryptor_time.txt ~/Decryptorapp/decryptor_time_${ts}.txt
+touch  ~/Decryptorapp/decryptor_time.txt
+mv ~/graphene_new/LibOS/shim/test/apps/apache/target_time.txt   ~/graphene_new/LibOS/shim/test/apps/apache/target_time_${ts}.txt 
+touch ~/graphene_new/LibOS/shim/test/apps/apache/target_time.txt
+mv ~/graphene_new/LibOS/shim/test/apps/apache/obj/htdocs/mitigator_phptime.txt  ~/graphene_new/LibOS/shim/test/apps/apache/obj/htdocs/mitigator_phptime_${ts}.txt
+touch ~/graphene_new/LibOS/shim/test/apps/apache/obj/htdocs/mitigator_phptime.txt