From 2335bd3439bba04867b91ceae7abd36b5a913129 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Fri, 11 Aug 2017 16:21:26 +0100 Subject: fix to package scripts --- src/private/createproblemzip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/private/createproblemzip.php b/src/private/createproblemzip.php index a78c30f..8f82f2a 100755 --- a/src/private/createproblemzip.php +++ b/src/private/createproblemzip.php @@ -84,8 +84,8 @@ if(strlen($password2) < 12) echo "\n\n#\n##\n###\n####\n#####\n###### WARNING: the main password should be really secure - consider using a longer and complicated password\n"; $password1 = randstr(16); +echo "\nCreating file " . $argv[2] . " from directory/file " . $argv[1] . "\n"; if(is_dir(trim($argv[1]))) { - echo "Creating file " . $argv[2] . " from directory/file " . $argv[1] . "\n"; if(($ret=create_zip(trim($argv[1]),glob(trim($argv[1]) . $ds . '*'),trim($argv[2]),true)) > 0) echo "ZIP Success\n"; else -- cgit v1.2.3