# HG changeset patch # User casties # Date 1127237306 -7200 # Node ID 320c4b93bf39c7589bf51544c31f388904fb2124 # Parent fdf4ceb36db15017bac1cfb04d379249400203f3 *** empty log message *** diff -r fdf4ceb36db1 -r 320c4b93bf39 archivecheck.pl --- a/archivecheck.pl Tue Sep 20 19:24:57 2005 +0200 +++ b/archivecheck.pl Tue Sep 20 19:28:26 2005 +0200 @@ -342,7 +342,7 @@ # make shure the right user is running this program my $user = getlogin; -if (($user ne "archive")&&($user ne "root")) { +if (not (($user eq "archive")||($user eq "root"))) { logger("ABORT", "you must be archive or root user to run this program!"); exit 1; }