mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Fix user update scripts
This commit is contained in:
parent
dfa6cc60e1
commit
eefa6eb87c
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
set -a
|
set -a
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
app="${0//50-}"
|
app="${0//.\/50-}"
|
||||||
username=$1
|
username=$1
|
||||||
mail=$2
|
mail=$2
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
set -a
|
set -a
|
||||||
source /usr/share/yunohost/helpers
|
source /usr/share/yunohost/helpers
|
||||||
|
|
||||||
app="${0//50-}"
|
app="${0//.\/50-}"
|
||||||
username=$1
|
username=$1
|
||||||
purge=$2
|
purge=$2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue