Skip to Content.
Sympa Menu

idok-commit - [idok-commit] idok commit r755 - trunk/scripts/admin/test_server

idok-commit AT lists.psi.ch

Subject: Commit emails of the iDok project

List archive

[idok-commit] idok commit r755 - trunk/scripts/admin/test_server


Chronological Thread 
  • From: "AFS account Roman Geus" <geus AT savannah.psi.ch>
  • To: idok-commit AT lists.psi.ch
  • Subject: [idok-commit] idok commit r755 - trunk/scripts/admin/test_server
  • Date: Mon, 25 Feb 2008 18:18:11 +0100
  • List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
  • List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>

Author: geus
Date: Mon Feb 25 18:18:11 2008
New Revision: 755

Log:
Small fix to test server purge script

Modified:
trunk/scripts/admin/test_server/purge_test_server.sh

Modified: trunk/scripts/admin/test_server/purge_test_server.sh
==============================================================================
--- trunk/scripts/admin/test_server/purge_test_server.sh (original)
+++ trunk/scripts/admin/test_server/purge_test_server.sh Mon Feb 25
18:18:11 2008
@@ -43,7 +43,7 @@
rm /var/lib/apt/lists/*gutsy*
rm /var/cache/apt/*.bin
rm /etc/resolv.conf
-rm /var/lib/idok_server/derby_backup/*
+rm -rf /var/lib/idok_server/derby_backup/*

# Remove log files
echo -e "\nRemove log files."



  • [idok-commit] idok commit r755 - trunk/scripts/admin/test_server, AFS account Roman Geus, 02/25/2008

Archive powered by MHonArc 2.6.19.

Top of Page