Skip to content

Commit 0e5cdfe

Browse files
committed
wp
1 parent caebc95 commit 0e5cdfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodebb.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public function setup( $args ) {
6565
shell_exec( $cmd );
6666

6767
// Copy over nodebb core files
68-
$nodebb_version = file_get_contents( './nodebb_version.sh' );
68+
$nodebb_version = file_get_contents( __DIR__ . '/nodebb_version.sh' );
6969
$nodebb_version = str_replace( 'nodebb_version=', "", $nodebb_version );
7070
$nodebb_version = trim( $nodebb_version, '"' );
7171
$opt_nodebb = '/opt/nodebb/v' . $nodebb_version . '/nodebb';

0 commit comments

Comments
 (0)