Fixed a few housekeeping things to make the linux packages more plug-and-play
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-01-25 13:42:36 -05:00
parent 0eaf18822b
commit bd4117df38
5 changed files with 25 additions and 4 deletions

View File

@ -4,7 +4,7 @@ import org.apache.commons.cli.*;
public class Cmd {
private String configPath = "/etc/dragoon/config.toml";
private String configPath = "~/.config/dragoon.toml";
public Cmd(String[] args) throws ParseException {
Options options = new Options();