mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2024-09-03 20:26:32 +02:00
Fixed typo.
This commit is contained in:
parent
7cc86b8b20
commit
9a804e4136
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ ynh_exec_as $app python -m venv "${install_dir}/venv"
|
|||
diesel --database-url "mysql://$db_user:${db_pwd}@localhost/$db_name" migration --migration-dir syncstorage-mysql/migrations run
|
||||
|
||||
# tokenserver db
|
||||
diesel --database-url "mysql://db_user:${db_pwd}@localhost/$db_name_tokenserver" migration --migration-dir tokenserver-db/migrations run
|
||||
diesel --database-url "mysql://$db_user:${db_pwd}@localhost/$db_name_tokenserver" migration --migration-dir tokenserver-db/migrations run
|
||||
|
||||
ynh_mysql_run_as_root --sql="INSERT INTO services (id, service, pattern) VALUES (1, 'sync-1.5', '{node}/1.5/{uid}')" --database="$db_name_tokenserver";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue