Skip to content

Commit

Permalink
Change bash to sh for docker-script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liveans committed Sep 26, 2024
1 parent 982c38b commit 01b9816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-script.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#! /bin/sh

if [[ $(id -u) -ne 0 ]];
then
Expand Down

0 comments on commit 01b9816

Please sign in to comment.