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:
parent
fdaa5b1b91
commit
1a5cdd52d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue