Skip to content

Commit

Permalink
Remove -x in installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
victorpaleologue committed Nov 15, 2023
1 parent 83d477f commit e77d7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_with_auto_mode.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e -x
set -e

# Installer should show up to the user if it is not an automated job.
if [ -n "$DEBIAN_FRONTEND" ]; then
Expand Down

0 comments on commit e77d7bc

Please sign in to comment.