mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
use simplier password to prevent a bug in package_check
This commit is contained in:
parent
18b69b2fdf
commit
1925b3026b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
domain="domain.tld" (DOMAIN)
|
||||
admin="john" (USER)
|
||||
path="/path" (PATH)
|
||||
passwd="():g9!co.'G{2+f/Wd\,e"
|
||||
passwd="12345678"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
|
|
Loading…
Reference in a new issue