added two extras files to copy in install.pl

git-svn-id: svn://192.168.202.10@127 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2006-08-07 18:36:23 +00:00
parent 2a7c2a622c
commit 9fd984aaa9
+4
View File
@@ -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/`;