We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6048ac2 commit 4b22fa8Copy full SHA for 4b22fa8
1 file changed
ghost.php
@@ -109,8 +109,9 @@ public function hcpp_invoke_plugin( $args ) {
109
$ghost_root = $hcpp->delLeftMost( $ghost_folder, $nodeapp_folder );
110
$hcpp->runuser( $user, "mkdir -p $ghost_folder" );
111
112
- // Copy over nodeapp files
+ // Copy over nodeapp files and content folders
113
$hcpp->copy_folder( __DIR__ . '/nodeapp', $ghost_folder, $user );
114
+ $hcpp->copy_folder( '/opt/ghost/content', $ghost_folder . '/content', $user );
115
chmod( $nodeapp_folder, 0755 );
116
117
// Create symbolic links
0 commit comments