Skip to content

Commit

Permalink
🐛 fix setup script userland.sh reference
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax authored Apr 2, 2024
1 parent fc85345 commit 94b8357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ docker compose pull --ignore-buildable
cd ../etc
echo "initializing database"
./cli.sh db create --seed
./user.sh db create --seed
./userland.sh db create --seed
echo "building static web site"
./build-web.sh

0 comments on commit 94b8357

Please sign in to comment.