mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
Fix syntax in upgrade script
This commit is contained in:
parent
e3997d44ad
commit
b6bc5151d2
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ fi
|
|||
# Update seahub config for old version to version 5.0.4
|
||||
if [[ $(grep -c "LOGIN_URL" $final_path/conf/seahub_settings.py) == 0 ]]
|
||||
then
|
||||
echo "LOGIN_URL = '"$path"/accounts/login/'" | tee -a $final_path/conf/seahub_settings.py
|
||||
echo "LOGIN_URL = '$path/accounts/login/'" | tee -a $final_path/conf/seahub_settings.py
|
||||
fi
|
||||
|
||||
# Fix local warning
|
||||
|
|
Loading…
Reference in a new issue