From 41fd9f8b772f3a3c6d8becab11b2fe59c0189218 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 20 Jul 2022 17:58:59 -0600 Subject: [PATCH] fix command --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index d528060..18d178d 100755 --- a/scripts/install +++ b/scripts/install @@ -102,7 +102,7 @@ chown -R $app:www-data "$datadir" # Run migrate for new install go-shiori/shiori#447 pushd $final_path/ - sudo -u $app $final_path/shiori serve --port $port --webroot $path_url + sudo -u $app $final_path/shiori migrate popd #=================================================