Update 00-folders.sh

This commit is contained in:
Alexandre
2022-09-30 20:01:36 +02:00
committed by GitHub
parent 2c01004b02
commit 58f1a72a51

View File

@@ -56,7 +56,7 @@ change_folders () {
echo "Files were existing in $ORIGINALLOCATION, they will be moved to $CONFIGLOCATION"
mv "$ORIGINALLOCATION"/* "$CONFIGLOCATION"/
rmdir "$ORIGINALLOCATION"
fi
fi || true
}
########################