We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c13ad commit 8fe5383Copy full SHA for 8fe5383
1 file changed
nodeapp.php
@@ -816,7 +816,7 @@ public function v_change_web_domain_proxy_tpl( $args ) {
816
];
817
$args = $hcpp->do_action( 'nodeapp_copy_files', $args );
818
$nodeapp_folder = $args['nodeapp_folder'];
819
- chmod( $nodeapp_folder, 0751 );
+ chmod( $nodeapp_folder, 0755 );
820
821
// Install dependencies
822
$cmd = 'cd "' . $nodeapp_folder . '" && npm install';
0 commit comments