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

Upload New File

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