-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
invis-Server Version auf 12.2 angehoben
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
# Kategorie: setup | ||
# invis AD 12 Server Setup Script | ||
# Version 12.1 | ||
# Version 12.2 | ||
# (c) August 2008 Stefan Schäfer / FSP Computer & Netzwerke | ||
# (c) 2009-2017 Stefan Schäfer / invis-server.org / [email protected] | ||
# (c) 2013,2014 Dimitri Asarowski / invis-server.org / [email protected] | ||
|
@@ -32,7 +32,7 @@ | |
setupdir="/var/lib/sine" | ||
cfilesdir="/usr/share/doc/packages/invisAD-setup/examples" | ||
|
||
invisversion="12.1" | ||
invisversion="12.2" | ||
|
||
# Setup-Dialog Titel | ||
dialogtitle="invis AD Server $invisversion Setup" | ||
|