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

Upload New File

parent c2257f59
No related branches found
No related tags found
No related merge requests found
Pipeline #21735 passed
apiVersion: v1
kind: ConfigMap
metadata:
name: mkshare-script
data:
mkshare.sh: |
#!/bin/bash
# Make link for shared if not exist
shared=~/shared
if [ ! -L ${shared} ]; then
ln -s /home/shared ~/shared
fi
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