Skip to content

Commit 8fe5383

Browse files
committed
correct permissions
1 parent b0c13ad commit 8fe5383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodeapp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@ public function v_change_web_domain_proxy_tpl( $args ) {
816816
];
817817
$args = $hcpp->do_action( 'nodeapp_copy_files', $args );
818818
$nodeapp_folder = $args['nodeapp_folder'];
819-
chmod( $nodeapp_folder, 0751 );
819+
chmod( $nodeapp_folder, 0755 );
820820

821821
// Install dependencies
822822
$cmd = 'cd "' . $nodeapp_folder . '" && npm install';

0 commit comments

Comments
 (0)