From 43a9d95039baa4cbce9e49e66d40ef9205333b60 Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Mon, 23 Oct 2023 22:01:50 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d458b30..aa0c3b2 100755 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ chown $app:www-data "$install_dir/.env" #================================================= pushd $install_dir - sudo -u $app php${phpversion} spark migrate + sudo -u $app php${phpversion} spark migrate --all popd #=================================================