Skip to content

Commit 93e883a

Browse files
author
Yuriy Bezsonov
committed
chore(ide): Make IDE scripts executable and restart code-server after Docker setup
1 parent cf47a9b commit 93e883a

4 files changed

Lines changed: 1 addition & 0 deletions

File tree

infra/scripts/ide/code-editor.sh

100644100755
File mode changed.

infra/scripts/ide/settings.sh

100644100755
File mode changed.

infra/scripts/ide/shell.sh

100644100755
File mode changed.

infra/scripts/ide/tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ install_container_tools() {
259259
sudo dnf install -y -q docker >/dev/null
260260
sudo service docker start
261261
sudo usermod -aG docker ec2-user
262+
sudo systemctl restart code-server@ec2-user
262263

263264
log_info "Installing SOCI snapshotter ${SOCI_VERSION} for ${ARCH_K8S}..."
264265
download_and_verify "https://github.com/awslabs/soci-snapshotter/releases/download/v$SOCI_VERSION/soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz" "soci-snapshotter-$SOCI_VERSION-linux-${ARCH_K8S}.tar.gz" "SOCI snapshotter ${SOCI_VERSION}"

0 commit comments

Comments
 (0)