fly-apps / fly-laravel

Run your Laravel apps on Fly
42 stars 3 forks source link

tar create archive completed with code 1 #55

Open kocercan opened 1 year ago

kocercan commented 1 year ago

Following command completed with code 1 when executed in php. (www-data user) tar -czvf archive.tar.gz folder --warning=no-file-changed When I run command with root shell it runs fine.

fideloper commented 1 year ago

Hi!

Is this run via the Process facade within Laravel? I wonder if the file that as being saved to didn't have write permissions by the www-data user.

In any case, we'll need more info here to help! (code example perhaps, and information like where the file was saved to, etc. If it was not done in-code, what was done to run this?)