Skip to content

Commit

Permalink
Update aws.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balzack authored Mar 13, 2024
1 parent d861165 commit 6389fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ These instructions assume you have the following setup:
cd efs-utils<br/>
./build-deb.sh<br/>
sudo apt-get -y install ./build/amazon-efs-utils*deb<br/>
sudo mount -t efs <file-system-id> /var/lib/databag<br/>
sudo mount -t efs file-system-id /var/lib/databag<br/>

## Step 7: initialize the internal datbase
sqlite3 /var/lib/databag/databag.db "VACUUM;"<br/>
Expand Down

0 comments on commit 6389fcc

Please sign in to comment.