From c963982bfba7a1c9f2be770cab1d46ec42df6b70 Mon Sep 17 00:00:00 2001 From: ben Date: Tue, 17 Oct 2023 02:15:21 -0400 Subject: [PATCH] Biiig feex --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.php b/deploy.php index b2201c2..ad20105 100644 --- a/deploy.php +++ b/deploy.php @@ -37,7 +37,7 @@ run("cd {{release_path}} && {{bin/npm}} run {$command}"); }); task('perm:fix', function () { - run("chown -R nginx:nginx /opt/PriceyBotPanel"); + run("chown -R nginx:nginx /opt/PriceyBotPanel/{current,release,shared}"); });