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