File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,8 +291,8 @@ function _add_jailkit_user()
291291 $ this ->app ->log ("Added jailkit user to chroot with command: " .$ command ,LOGLEVEL_DEBUG );
292292
293293 mkdir (escapeshellcmd ($ this ->parent_domain ['document_root ' ].$ jailkit_chroot_userhome ), 0755 , true );
294- chown (escapeshellcmd ($ this ->parent_domain ['document_root ' ].$ jailkit_chroot_userhome , escapeshellcmd ($ this ->parent_domain ['system_user ' ]));
295- chgrp (escapeshellcmd ($ this ->parent_domain ['document_root ' ].$ jailkit_chroot_userhome , escapeshellcmd ($ this ->parent_domain ['system_group ' ]));
294+ chown (escapeshellcmd ($ this ->parent_domain ['document_root ' ].$ jailkit_chroot_userhome) , escapeshellcmd ($ this ->parent_domain ['system_user ' ]));
295+ chgrp (escapeshellcmd ($ this ->parent_domain ['document_root ' ].$ jailkit_chroot_userhome) , escapeshellcmd ($ this ->parent_domain ['system_group ' ]));
296296
297297 }
298298
You can’t perform that action at this time.
0 commit comments