mirror of
https://github.com/YunoHost-Apps/pluxml_ynh.git
synced 2024-09-03 20:16:02 +02:00
now remove install.php after install
This commit is contained in:
parent
f10898e608
commit
7dc480f69b
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ fi
|
||||||
#adding admin to the allowed users
|
#adding admin to the allowed users
|
||||||
sudo yunohost app addaccess $app -u $admin
|
sudo yunohost app addaccess $app -u $admin
|
||||||
|
|
||||||
#sudo rm -f $final_path/install.php
|
sudo rm -f $final_path/install.php
|
||||||
# Restart services
|
# Restart services
|
||||||
sudo service nginx reload
|
sudo service nginx reload
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
Loading…
Reference in a new issue