Source
8
8
use Config;
9
9
use File::Copy;
10
10
11
11
#Fetch failed! HTTP response: 500 Internal Server Error [500 Can't verify SSL peers without knowing which Certificate Authorities to trust] at scripts/create-app line 62.
12
12
$ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0;
13
13
14
14
$exe = abs_path($0);
15
15
$path = abs_path(dirname($exe));
16
16
$root = dirname($path);
17
17
$java = '/usr/bin/java';
18
-
$jarfile_name = "create-app-assembly-1.17.jar";
18
+
$jarfile_name = "create-app-assembly-1.18.jar";
19
19
20
20
$app_path_root = '';
21
21
foreach ( @ARGV ) {
22
22
if ( m|app=(.*)| && -d $1 ) {
23
23
$app_path_root = abs_path($1);
24
24
last;
25
25
}
26
26
}
27
27
28
28
### install path