Skip to content
Snippets Groups Projects
Commit f9788f05 authored by Dung Vu's avatar Dung Vu
Browse files

Update configMap-shared.yaml

parent 31a68ccf
No related branches found
No related tags found
No related merge requests found
Pipeline #30122 failed
......@@ -2,13 +2,12 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: mkshare-script
namespace: csusb-hub-dev
data:
mkshare.sh: |
#!/bin/bash
# Make link for shared if not exist
shared=~/shared
if [ ! -L ${shared} ]; then
ln -s /home/shared ~/shared
fi
ln -s /home/shared/.software/blender.sh ~/blender || true
ln -s /home/shared ~/shared || true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment