mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
delete mysql parameters
This commit is contained in:
parent
aaa8a3a30b
commit
fa3d251b67
2 changed files with 0 additions and 8 deletions
|
@ -7,10 +7,6 @@ app_path=/var/www/freshrss
|
|||
|
||||
if [[ "freshrss" = "$app" ]];
|
||||
then
|
||||
db_user=freshrss
|
||||
db_name=freshrss
|
||||
db_pwd=$(sudo yunohost app setting freshrss mysqlpwd)
|
||||
|
||||
for myuser in $(echo "$new_users" | sed "s/,/ /g")
|
||||
do
|
||||
user_token=$(ynh_string_random)
|
||||
|
|
|
@ -1,8 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
db_user=freshrss
|
||||
db_name=freshrss
|
||||
db_pwd=$(sudo yunohost app setting freshrss mysqlpwd)
|
||||
app_path=/var/www/freshrss
|
||||
|
||||
myuser=$1
|
||||
|
|
Loading…
Add table
Reference in a new issue