Skip to content

Commit 2b12560

Browse files
committed
Replace Ansible with Shell script
* Remove Ansible and all Python packages * Reduce image size by 456 MB (689 MB => 233 MB uncompressed) * Fixes some open issues, for example, root password is not required if the database already exists. * Show install and startup traces (traces and errors were hidden by Ansible)
1 parent 620a5ad commit 2b12560

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

root/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ provisioner() {
5656
fi
5757
install_wallabag
5858
else
59-
echo "WARN: MySQL database is already confiugred. Remove the environment variable with root password."
59+
echo "WARN: MySQL database is already configured. Remove the environment variable with root password."
6060
fi
6161
fi
6262

@@ -77,7 +77,7 @@ provisioner() {
7777
fi
7878
install_wallabag
7979
else
80-
echo "WARN: Postgres database is already confiugred. Remove the environment variable with root password."
80+
echo "WARN: Postgres database is already configured. Remove the environment variable with root password."
8181
fi
8282
fi
8383

0 commit comments

Comments
 (0)