From 1a5cdd52d91dcc703d6c6669f232c4851e07ca3b Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Wed, 18 May 2022 16:05:22 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 75bc027..87e7c72 100755 --- a/scripts/install +++ b/scripts/install @@ -163,7 +163,7 @@ chmod -R o-rwx "$final_path" chown -R $app:www-data "$final_path" # rename tinyfilemanager to index -sudo mv $final_path/tinyfilemanager.php $final_path/index.php +mv $final_path/tinyfilemanager.php $final_path/index.php #================================================= # NGINX CONFIGURATION