remove user as there is no envs here anymore

This commit is contained in:
peaklabs-dev 2024-11-12 20:36:58 +01:00
parent 2344267f27
commit 3f49056a84
No known key found for this signature in database

View file

@ -24,9 +24,8 @@ public function run()
});
if (isDev()) {
$user = env('PUID').':'.env('PGID');
Process::run("chown -R $user ".storage_path('app/ssh/keys'));
Process::run("chown -R $user ".storage_path('app/ssh/mux'));
Process::run('chown -R 9999:9999 '.storage_path('app/ssh/keys'));
Process::run('chown -R 9999:9999 '.storage_path('app/ssh/mux'));
} else {
Process::run('chown -R 9999:root '.storage_path('app/ssh/keys'));
Process::run('chown -R 9999:root '.storage_path('app/ssh/mux'));