fix: typo in srv_manager file
This commit is contained in:
parent
ed4cb64567
commit
f3b94f8919
2
control
2
control
|
@ -1,5 +1,5 @@
|
|||
Package: egsl
|
||||
Version: 0.1.0
|
||||
Version: 0.1.1
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
# Version: 0.1.0
|
||||
# Version: 0.1.1
|
||||
# file: gsl
|
||||
# Folder: /usr/local/bin
|
||||
# By echolib (XMPP: im@echolib.re)
|
||||
|
|
|
@ -337,5 +337,4 @@ rsync -a --delete "$gsl_dir_domain_listings" "$2"
|
|||
gsl__logs_print -i -srv $1 \
|
||||
"Sync: $gsl_dir_domain/" \
|
||||
"$2/"
|
||||
}c
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue