Skip to content

Commit

Permalink
[#26] - New release.conf path
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielramosalv committed Jul 23, 2024
1 parent 0396c3f commit 8b0fdde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class SystemScriptManager {

/** Comando para retornar a configuração do sistema. */
public static final String GET_CONFIGURATION = "cat /opt/chonos-embMAS/conf/release.conf";
public static final String GET_CONFIGURATION = "cat /opt/group.chon/conf/release.conf";

/** Desliga o sistema. */
public static final String POWER_OFF = "poweroff";
Expand Down

0 comments on commit 8b0fdde

Please sign in to comment.