fix: typo in srv_manager file

This commit is contained in:
Cyrille L 2022-06-21 11:07:05 +02:00
parent ed4cb64567
commit f3b94f8919
3 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Package: egsl
Version: 0.1.0
Version: 0.1.1
Section: custom
Priority: optional
Architecture: all

View File

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

View File

@ -337,5 +337,4 @@ rsync -a --delete "$gsl_dir_domain_listings" "$2"
gsl__logs_print -i -srv $1 \
"Sync: $gsl_dir_domain/" \
"$2/"
}c
}