1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00

Update install

This commit is contained in:
jarod5001 2022-05-18 16:05:22 +02:00 committed by GitHub
parent fdaa5b1b91
commit 1a5cdd52d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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