We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b7c1b commit c845aeeCopy full SHA for c845aee
dle-logical-init.sh.tpl
@@ -190,6 +190,9 @@ case "${source_type}" in
190
191
esac
192
193
+# Fix ownership of the dblab directory
194
+chown -R ubuntu.ubuntu /home/ubuntu/.dblab/
195
+
196
sudo docker run \
197
--name dblab_server \
198
--label dblab_control \
@@ -215,9 +218,6 @@ done
215
218
curl https://gitlab.com/postgres-ai/database-lab/-/raw/${dle_version}/scripts/cli_install.sh | bash
216
219
sudo mv ~/.dblab/dblab /usr/local/bin/dblab
217
220
-# Fix ownership of the dblab directory
-chown -R ubuntu.ubuntu /home/ubuntu/.dblab/
-
221
# Init dblab environment
222
dblab init \
223
--environment-id=tutorial \
0 commit comments