1
0
Fork 0
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:
Clément 2019-01-04 17:50:59 +01:00
parent fb82d502da
commit 8f0b9aee17

View file

@ -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