From 18d88eee1fb32aec15f1599c2d80b637548db85c Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Mon, 7 Aug 2023 11:05:26 +0200 Subject: [PATCH] Synchronizacja z prywatnym repozytorium. --- README.md | 2 ++ idle.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..68876cb --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# IDLE +## InterDistribution Linux Environment diff --git a/idle.sh b/idle.sh index eff8a78..652971d 100644 --- a/idle.sh +++ b/idle.sh @@ -80,7 +80,7 @@ function idle-fetch-containers() { sec=$((sec + 1)); done /usr/bin/lxc file push ${HOME}/idle/$startupScript ${containerName}/root/${startupScript} - /usr/bin/lxc exec $containerName $conatinerShell /root/${startupScript} + /usr/bin/lxc exec $containerName $containerShell /root/${startupScript} echo "Container is ready for work."; else echo "Given container name doesn't exist in project database"; -- 2.39.5