Revize 1271654c
Přidáno uživatelem Ondřej Fibich před téměř 11 roky(ů)
freenetis-qos-sync.sh | ||
---|---|---|
# Email kliment@freenetis.org #
|
||
# #
|
||
# name freenetis-qos-sync.sh #
|
||
# version 0.9.0 #
|
||
# version 0.9.4 #
|
||
# #
|
||
################################################################################
|
||
|
||
# Version
|
||
VERSION="0.9.4"
|
||
|
||
#Load variables from config file
|
||
CONFIG=/etc/freenetis/freenetis-qos.conf
|
||
|
||
... | ... | |
start
|
||
}
|
||
|
||
version ()
|
||
{
|
||
echo "$VERSION"
|
||
}
|
||
|
||
case "$1" in
|
||
update)
|
||
while (true);
|
||
... | ... | |
stop)
|
||
stop
|
||
;;
|
||
esac
|
||
version)
|
||
version
|
||
;;
|
||
esac
|
||
|
Také k dispozici: Unified diff
Release 0.9.4. Adds support for getting of version (fixes #641).