Skip to content

Commit c845aee

Browse files
committed
2
1 parent 05b7c1b commit c845aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dle-logical-init.sh.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ case "${source_type}" in
190190

191191
esac
192192

193+
# Fix ownership of the dblab directory
194+
chown -R ubuntu.ubuntu /home/ubuntu/.dblab/
195+
193196
sudo docker run \
194197
--name dblab_server \
195198
--label dblab_control \
@@ -215,9 +218,6 @@ done
215218
curl https://gitlab.com/postgres-ai/database-lab/-/raw/${dle_version}/scripts/cli_install.sh | bash
216219
sudo mv ~/.dblab/dblab /usr/local/bin/dblab
217220

218-
# Fix ownership of the dblab directory
219-
chown -R ubuntu.ubuntu /home/ubuntu/.dblab/
220-
221221
# Init dblab environment
222222
dblab init \
223223
--environment-id=tutorial \

0 commit comments

Comments
 (0)