1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00
This commit is contained in:
scith 2015-10-07 21:40:30 +02:00
parent a35b25d980
commit f11d76932b
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ sudo mkdir -p $final_path/app
sudo mv $final_path/index.php $final_path/app/index.php sudo mv $final_path/index.php $final_path/app/index.php
sudo mv $final_path/data $final_path/app/data sudo mv $final_path/data $final_path/app/data
sudo mv $final_path/rainloop $final_path/app/rainloop sudo mv $final_path/rainloop $final_path/app/rainloop
sudo sed -i "s@index.php@app/@g" $final_path/sso.php sudo sed -i "s@index.php@app/index.php@g" $final_path/sso.php
sudo mv $final_path/sso.php $final_path/index.php sudo mv $final_path/sso.php $final_path/index.php
# Set permissions to rainloop directory # Set permissions to rainloop directory

View file

@ -45,7 +45,7 @@ sudo mkdir -p $final_path/app
sudo mv $final_path/index.php $final_path/app/index.php sudo mv $final_path/index.php $final_path/app/index.php
sudo mv $final_path/data $final_path/app/data sudo mv $final_path/data $final_path/app/data
sudo mv $final_path/rainloop $final_path/app/rainloop sudo mv $final_path/rainloop $final_path/app/rainloop
sudo sed -i "s@index.php@app/@g" $final_path/sso.php sudo sed -i "s@index.php@app/index.php@g" $final_path/sso.php
sudo mv $final_path/sso.php $final_path/index.php sudo mv $final_path/sso.php $final_path/index.php
# Make app public if necessary # Make app public if necessary