Skip to content

Commit

Permalink
Stable 1.1 (#16)
Browse files Browse the repository at this point in the history
* Fix stable-rpm action name and bump revision (#12)

* Undo that dumb boilerplate, gotta figure out a better way (#14)

* Mark stable version 1.1 (#15)
  • Loading branch information
swelljoe authored Oct 10, 2023
1 parent 1cbead1 commit e5ca66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions jailkit-lib.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ =head1 jailkit-lib.pl
=cut

BEGIN { push(@INC, ".."); }
if (eval {require WebminCore;1;} ne 1) {
exit 1;
} else {
WebminCore->import();
}
eval "use WebminCore;";

init_config();

Expand Down
2 changes: 1 addition & 1 deletion module.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name=Jailkit
desc=Jailkit Jail Manager
os_support=*-linux
category=system
version=1.0
version=1.1

0 comments on commit e5ca66f

Please sign in to comment.