Skip to content

Commit

Permalink
fix eos script
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 5, 2023
1 parent 961b74d commit 4442c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker/eos-storage/scripts/eos-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sssd
sleep 5

for name in 01; do
mkdir -p /data/fst/$$name;
chown daemon:daemon /data/fst/$$name
mkdir -p /data/fst/$name;
chown daemon:daemon /data/fst/$name
done
eos space define default

Expand Down

0 comments on commit 4442c25

Please sign in to comment.