Skip to content

Commit 616fc5f

Browse files
committed
refactor + NodeBB v3.1.4
1 parent 74f39a5 commit 616fc5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodebb.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* @version 1.0.0
77
* @license GPL-3.0
8-
* @link https://github.com/steveorevo/hestiacp-nodebb
8+
* @link https://github.com/virtuosoft-dev/hcpp-nodebb
99
*
1010
*/
1111

@@ -65,7 +65,7 @@ public function setup( $args ) {
6565
shell_exec( $cmd );
6666

6767
// Copy over nodebb core files
68-
$opt_nodebb = '/opt/nodebb/v2.8.10/nodebb';
68+
$opt_nodebb = '/opt/nodebb/v3.1.4/nodebb';
6969
$hcpp->copy_folder( $opt_nodebb, $nodebb_folder, $user );
7070

7171
// Copy over nodebb config files

0 commit comments

Comments
 (0)