added copying of asterisk-perl_0.08 to libs in home directory, install.pl
git-svn-id: svn://192.168.202.10@575 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1274,6 +1274,8 @@ print "\nSTARTING ASTGUICLIENT INSTALLATION PHASE...\n";
|
||||
if ($WEBONLY < 1)
|
||||
{
|
||||
print "Creating $PATHhome/LEADS_IN/DONE directories...\n";
|
||||
`mkdir $PATHhome/libs`;
|
||||
`mkdir $PATHhome/libs/Asterisk`;
|
||||
`mkdir $PATHhome/LEADS_IN`;
|
||||
`mkdir $PATHhome/LEADS_IN/DONE`;
|
||||
`chmod -R 0766 $PATHhome/LEADS_IN`;
|
||||
@@ -1287,6 +1289,10 @@ if ($WEBONLY < 1)
|
||||
print "Copying bin scripts to $PATHhome ...\n";
|
||||
`cp -f ./bin/* $PATHhome/`;
|
||||
|
||||
print "Copying libs to $PATHhome ...\n";
|
||||
`cp -f ./extras/Asterisk.pm $PATHhome/libs/`;
|
||||
`cp -f ./extras/Asterisk/* $PATHhome/libs/Asterisk/`;
|
||||
|
||||
print "setting cron scripts to executable...\n";
|
||||
`chmod 0755 $PATHhome/*`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user