Skip to content

Commit

Permalink
mojohaus#42: uninstallDaemon.sh - add all needed scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick committed Nov 1, 2019
1 parent 73ec862 commit 39f364d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ public class YetAnotherJavaServiceWrapperDaemonGenerator
add("setenv.sh");
add("wrapper.sh");
add("installDaemonNoPriv.sh");
add("uninstallDaemonNoPriv.sh");
add("startDaemonNoPriv.sh");
add("stopDaemonNoPriv.sh");
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public void testDefaultYAJSWFilesIfNoGeneratorConfigurationsIsSet()
assertFileExists(yajswDir, "bin/setenv.sh");
assertFileExists(yajswDir, "bin/wrapper.sh");
assertFileExists(yajswDir, "bin/installDaemonNoPriv.sh");
assertFileExists(yajswDir, "bin/uninstallDaemonNoPriv.sh");
assertFileExists(yajswDir, "bin/startDaemonNoPriv.sh");
assertFileExists(yajswDir, "bin/stopDaemonNoPriv.sh");
assertFileExists( yajswDir, "wrapper.jar" );
Expand Down

0 comments on commit 39f364d

Please sign in to comment.