1
0
Fork 0
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:
Jules Bertholet 2021-03-31 01:58:52 -04:00
parent dfa6cc60e1
commit eefa6eb87c
2 changed files with 2 additions and 2 deletions

View file

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

View file

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