From 9fd984aaa997dc1e0d3f0bff17ce6602389f9799 Mon Sep 17 00:00:00 2001 From: mattf Date: Mon, 7 Aug 2006 18:36:23 +0000 Subject: [PATCH] added two extras files to copy in install.pl git-svn-id: svn://192.168.202.10@127 3d104415-ff17-0410-8863-d5cf3c621b8a --- agc_2-X/trunk/bin/install.pl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agc_2-X/trunk/bin/install.pl b/agc_2-X/trunk/bin/install.pl index eb6c8901..b82f0d59 100644 --- a/agc_2-X/trunk/bin/install.pl +++ b/agc_2-X/trunk/bin/install.pl @@ -889,6 +889,10 @@ if ($WEBONLY < 1) print "setting cron scripts to executable...\n"; `chmod 0755 $PATHhome/*`; + print "Copying extras files to $PATHhome ...\n"; + `cp -f ./extras/phone_codes_GMT.txt $PATHhome/`; + `cp -f ./extras/MySQL_AST_CREATE_tables.sql $PATHhome/`; + print "Copying agi-bin scripts to $PATHagi ...\n"; `cp -f ./agi/* $PATHagi/`;