mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
make sure folders exist in the gvm function
This commit is contained in:
Vendored
+6
@@ -1,4 +1,10 @@
|
||||
function gvm() {
|
||||
mkdir -p $GVM_ROOT/logs > /dev/null 2>&1
|
||||
mkdir -p $GVM_ROOT/gos > /dev/null 2>&1
|
||||
mkdir -p $GVM_ROOT/archive > /dev/null 2>&1
|
||||
mkdir -p $GVM_ROOT/archive/package > /dev/null 2>&1
|
||||
mkdir -p $GVM_ROOT/environments > /dev/null 2>&1
|
||||
|
||||
if [ "$1" == "use" ]; then
|
||||
. $GVM_ROOT/scripts/env/use
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user