We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 549a6c2 commit dbb9952Copy full SHA for dbb9952
1 file changed
nodeapp.php
@@ -96,6 +96,7 @@ public function priv_change_web_domain_proxy_tpl( $args ) {
96
];
97
$args = $hcpp->do_action( 'nodeapp_copy_files', $args );
98
$nodeapp_folder = $args['nodeapp_folder'];
99
+ shell_exec( "chmod 751 " . escapeshellarg( $nodeapp_folder ) );
100
101
// Install dependencies
102
$cmd = 'runuser -s /bin/bash -l ' . $user . ' -c "cd \"' . $nodeapp_folder . '\" && export NVM_DIR=/opt/nvm && source /opt/nvm/nvm.sh && npm install"';
0 commit comments