Skip to content

Commit

Permalink
Merge pull request #18 from Snapp-Embedded/fix/installer-logger
Browse files Browse the repository at this point in the history
add quiet mode on installer
  • Loading branch information
payam-zahedi authored Feb 2, 2024
2 parents b7825b6 + 3e9e151 commit 01940e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/service/remote_controller_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ class RemoteControllerService {
ipv6: ip.isIpv6,
sshTarget: ip.sshTarget(username),
lastCommand: true,
command: '$snappInstallerPath install',
command: '$snappInstallerPath install -q',
addHostToKnownHosts: addHostToKnownHosts,
),
processManager: processManager,
Expand Down

0 comments on commit 01940e1

Please sign in to comment.