Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1271654c

Přidáno uživatelem Ondřej Fibich před více než 10 roky(ů)

Release 0.9.4. Adds support for getting of version (fixes #641).

Zobrazit rozdíly:

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