Fix mfconfig 'copying' message
This commit is contained in:
parent
181e1280af
commit
214324aaa2
@ -90,7 +90,7 @@ if [[ $ACTION == "init" ]]; then
|
|||||||
git checkout init-repo -b BASE || exit
|
git checkout init-repo -b BASE || exit
|
||||||
|
|
||||||
# Copy all config files into place
|
# Copy all config files into place
|
||||||
echo "- Copying configs from Marlin..."
|
echo "- Copying all configs from fresh $IMPORT..."
|
||||||
cp -R "$TEMP/config" .
|
cp -R "$TEMP/config" .
|
||||||
|
|
||||||
# Delete anything that's not a Configuration file
|
# Delete anything that's not a Configuration file
|
||||||
|
Loading…
Reference in New Issue
Block a user