From 258193f4d6019f23601c4f50bc57b892f779f2ba Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 31 Aug 2022 02:53:45 +0700 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index b446030..408e775 100755 --- a/scripts/install +++ b/scripts/install @@ -149,7 +149,7 @@ pushd $final_path/build popd mkdir -p "$final_path/web/" pushd $final_path/build/output/usr/src/app - /bin/sh entrypoint.sh + sudo /bin/sh entrypoint.sh sudo tree popd rsync -a "$final_path/build/output/usr/src/app/build/" "$final_path/web/"