From cab8985e9ae2ed50bbf7a7ae77b1dcbdcf14a1d7 Mon Sep 17 00:00:00 2001 From: navanchauhan Date: Wed, 20 Jul 2022 17:55:10 -0600 Subject: [PATCH] dumb mistake --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ed2eeef..d528060 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 serve --port $port --webroot $path_url popd #=================================================