Skip to content

Commit 580012a

Browse files
xs2suruchibhlohumi
authored andcommitted
Update installToolkit.sh
1 parent d4d5d0e commit 580012a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OCIWorkVMStack/scripts/installToolkit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ username=cd3user
55
#sudo mkdir -p /$username/mount_path
66
sudo mkdir -p /$username/
77
NOW=$( date '+%F_%H:%M:%S' )
8-
toolkit_dir="/tmp/githubCode_"+$NOW
8+
toolkit_dir="/tmp/githubCode_"$NOW
99

1010
mkdir -p $toolkit_dir
1111
logfile="/$toolkit_dir/installToolkit.log"
@@ -73,7 +73,7 @@ sudo sh -c "echo ' Welcome to CD3 Automation Toolkit WorkVM' >>
7373
sudo sh -c "echo '########################################################################' >> /etc/motd"
7474
sudo sh -c "echo 'Please wait for couple of minutes for container to become active if you' >> /etc/motd"
7575
sudo sh -c "echo 'are logging in for first time to after VM Provisioning. Toolkit initial' >> /etc/motd"
76-
sudo sh -c "echo 'setup log is present at - /cd3user/"+$version+"/installToolkit.log' >> /etc/motd"
76+
sudo sh -c "echo 'setup log is present at - /cd3user/"$version"/installToolkit.log' >> /etc/motd"
7777
sudo sh -c "echo 'To verify podman container run command: sudo podman ps -a' >> /etc/motd"
7878
sudo sh -c "echo 'To connect to container run command: sudo podman exec -it cd3_toolkit bash' >> /etc/motd"
7979
sudo sh -c "echo 'if you want to stop seeing these messages at login remove in /etc/motd' >> /etc/motd"

0 commit comments

Comments
 (0)