Subversion Repositories vnag

Rev

Rev 2 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 33
Line 1... Line 1...
1
#!/bin/bash
1
#!/bin/bash
-
 
2
 
-
 
3
#
-
 
4
# VNag - Nagios Framework for PHP
-
 
5
# Developed by Daniel Marschall, ViaThinkSoft <www.viathinksoft.com>
-
 
6
# Licensed under the terms of the Apache 2.0 license
-
 
7
#
-
 
8
# Revision 2018-07-15
-
 
9
#
-
 
10
 
2
DIR=$( dirname "$0" )
11
DIR=$( dirname "$0" )
3
"$DIR"/signtool/sign framework/* plugins/*/*
12
"$DIR"/signtool/sign framework/* plugins/*/*
4
 
13