summaryrefslogtreecommitdiffstats
path: root/deployment/setup-dependency.sh
blob: f1ca4c2f4f4ad91f031c7d508f19d2a8d1ce36b0 (plain)
1
2
3
4
5
6
7
#!/bin/bash

function create_mountpath {
    cp -r mountpath/ /configs
}

create_mountpath