Take out "GITFiles" in mkdir as the WORKDIR var includes it already.
This commit is contained in:
parent
4671bb0abd
commit
94f7e151c0
@ -223,7 +223,7 @@ if [[ $GOTONE -eq 0 ]] ; then
|
||||
fi
|
||||
|
||||
# Create the local Git repository
|
||||
GITFiles=$WORKDIR/GITFiles/$ORGGITEA
|
||||
GITFiles=$WORKDIR/$ORGGITEA
|
||||
mkdir -p $GITFiles
|
||||
cd $GITFiles
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user