Skip to content

Commit

Permalink
Fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosenpfand committed Oct 1, 2024
1 parent c778ef0 commit 4d09687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/create_env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
#!/bin/bash

declare -p | grep -Ev 'BASHOPTS|BASH_VERSINFO|EUID|PPID|SHELLOPTS|UID' > /root/get_env.sh

0 comments on commit 4d09687

Please sign in to comment.