mirror of
https://github.com/YunoHost-Apps/freshrss_ynh.git
synced 2024-09-03 18:36:33 +02:00
app name is the first parameter
This commit is contained in:
parent
fb82d502da
commit
8f0b9aee17
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
app=APPNAMETOCHANGE
|
app=$1
|
||||||
new_users=$2
|
new_users=$2
|
||||||
app_path=/var/www/$app
|
app_path=/var/www/$app
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue