Subversion Repositories vnag

Rev

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

Rev 79 Rev 80
Line 7... Line 7...
7
 *
7
 *
8
 * Revision 2023-10-14
8
 * Revision 2023-10-14
9
 */
9
 */
10
 
10
 
11
function vnag_make_phar($plugin) {
11
function vnag_make_phar($plugin) {
12
        $filename = __DIR__.'/bin/'.$plugin.'.phar';
12
        $filename = __DIR__.'/../bin/'.$plugin.'.phar';
13
 
13
 
14
        copy(__DIR__.'/plugins/'.$plugin.'/icinga2.conf', $filename.'.conf');
14
        copy(__DIR__.'/plugins/'.$plugin.'/icinga2.conf', $filename.'.conf');
15
 
15
 
16
        # ---
16
        # ---
17
 
17