Skip to content

Commit

Permalink
fix folder remove issue
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywang committed Jan 2, 2024
1 parent 37ce0f3 commit ef6c003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fido-test/fdo-postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ sudo podman run -v "$PWD"/aio/:/aio:z \
# Prepare FDO config files
greenprint "🔧 Prepare FDO key and configuration files for FDO containers"
cp -r aio/keys fdo/
rm -f aio
rm -rf aio
ls -al fdo/keys
ls -al fdo

# Set servers store driver to postgres
greenprint "🔧 Set servers store driver to postgres"
Expand Down

0 comments on commit ef6c003

Please sign in to comment.