From b8a78ac21a0c1d90f773612b69e126c79b00c768 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 18 Aug 2007 14:22:51 +0000 Subject: [PATCH] thumbnail script was incorrectly named gen_thumbs.sh instead of gen_thumbs.php - fixed git-svn-id: file:///var/lib/svn/phpfspot/trunk@270 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index b8ed988..2769ebc 100644 --- a/INSTALL +++ b/INSTALL @@ -34,7 +34,9 @@ phpfspot install howto: 4. To pre-create all thumbnails invoke the script gen_thumbs.php cd ${phpfspot_home} - ./gen_thumbs.sh + "./gen_thumbs.php" + or + "php gen_thumbs.php" (if execute-permission is not set) thumbnails can also be created on-the-fly by the webserver but this will take away a lot of resources of your system during -- 2.25.1