Skip to content

Commit

Permalink
🚑 Fix Python version in container init script (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jun 9, 2022
1 parent b8205c5 commit a0995a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite-web/rootfs/etc/cont-init.d/sqlite-web.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ fi

# Made tables go wide!
sed -i "s#container#container-fluid#g" \
/usr/lib/python3.9/site-packages/sqlite_web/templates/base.html
/usr/lib/python3.10/site-packages/sqlite_web/templates/base.html

0 comments on commit a0995a7

Please sign in to comment.