mirror of
https://github.com/YunoHost-Apps/mygpo_ynh.git
synced 2024-09-03 19:55:52 +02:00
Fix user delete script
This commit is contained in:
parent
02e92837a8
commit
8c4d362f15
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
source /usr/share/yunohost/helpers
|
||||
|
||||
app="${0//50-}"
|
||||
app="${0//.\/50-}"
|
||||
username=$1
|
||||
purge=$2
|
||||
|
||||
|
|
Loading…
Reference in a new issue